0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-15 02:07:59 +08:00

Merge pull request #1820 from obache/neatsrc/fix-netbsd-build

This commit is contained in:
Constantin Rack 2016-02-20 10:04:24 +01:00
commit 15945dc59b

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