From f1207e6af19119158225d74d573b90dbfccabdac Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 27 Jun 2014 20:15:08 +0200 Subject: [PATCH] socks: fix build on FreeBSD The fix should be sane on all UNIX-like systems, so there's no ZMQ_HAVE_FREEBSD involved. It's likely that other BSDs stumble across this problem too. --- src/socks.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/socks.cpp b/src/socks.cpp index 16b405b3..4ec8d738 100644 --- a/src/socks.cpp +++ b/src/socks.cpp @@ -26,6 +26,7 @@ #ifndef ZMQ_HAVE_WINDOWS #include +#include #include #endif