Commit 1a2d58e4 authored by Nick Guiffrida's avatar Nick Guiffrida

Add #ifndef ZMQ_HAVE_WINDOWS guard around unistd.h include

parent f3de5348
......@@ -31,7 +31,11 @@
#include "macros.hpp"
#include <string.h>
#ifndef ZMQ_HAVE_WINDOWS
#include <unistd.h>
#endif
#include <new>
#include <sstream>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment