Problem: pgm/in.h is required on NetBSD too for struct group_req

This commit is contained in:
OBATA Akio 2016-02-20 17:38:43 +09:00
parent 266500a9ff
commit 8eaa43d9d3

View File

@ -41,7 +41,7 @@
#include <pgm/pgm.h>
#ifdef ZMQ_HAVE_OSX
#if defined(ZMQ_HAVE_OSX) || defined(ZMQ_HAVE_NETBSD)
#include <pgm/in.h>
#endif