mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-04 07:27:26 +01:00
Add #ifndef ZMQ_HAVE_WINDOWS guard around unistd.h include
This commit is contained in:
parent
f3de534897
commit
1a2d58e4e7
@ -31,7 +31,11 @@
|
||||
#include "macros.hpp"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifndef ZMQ_HAVE_WINDOWS
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <new>
|
||||
#include <sstream>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user