Merge pull request #1113 from fichtner/socks_include

socks: fix build on FreeBSD
This commit is contained in:
Pieter Hintjens 2014-06-27 20:35:59 +02:00
commit 1b9f67cac6

View File

@ -26,6 +26,7 @@
#ifndef ZMQ_HAVE_WINDOWS
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#endif