From ddf5f75549f01a0615ee3f49b6b5d53aefd8fbd2 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 7 Jan 2010 14:44:43 +0100 Subject: zmq.cpp build probelm on non-linux platforms fixed --- src/zmq.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/zmq.cpp b/src/zmq.cpp index e244171..62ee562 100644 --- a/src/zmq.cpp +++ b/src/zmq.cpp @@ -33,7 +33,10 @@ #include "err.hpp" #include "fd.hpp" -#if defined ZMQ_HAVE_LINUX +#if defined ZMQ_HAVE_LINUX || defined ZMQ_HAVE_FREEBSD ||\ + defined ZMQ_HAVE_OPENBSD || defined ZMQ_HAVE_SOLARIS ||\ + defined ZMQ_HAVE_OSX || defined ZMQ_HAVE_QNXNTO ||\ + defined ZMQ_HAVE_HPUX || defined ZMQ_HAVE_AIX #include #endif -- cgit v1.2.3