Add NetBSD support

This commit is contained in:
Martin Lucina
2010-02-18 19:38:15 +01:00
parent 776b126339
commit 2a79a943de
15 changed files with 77 additions and 43 deletions

View File

@@ -22,7 +22,8 @@
#include "platform.hpp"
#if defined ZMQ_HAVE_FREEBSD || defined ZMQ_HAVE_OPENBSD || defined ZMQ_HAVE_OSX
#if defined ZMQ_HAVE_FREEBSD || defined ZMQ_HAVE_OPENBSD ||\
defined ZMQ_HAVE_OSX || defined ZMQ_HAVE_NETBSD
#include <vector>