diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-06-19 09:15:06 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-06-19 09:15:06 +0200 |
commit | 4b60023b96d25571f58e50899a2717da14866e6b (patch) | |
tree | b355f3e22b1f340edcaf82394d3cb407d3bfdfb7 /include | |
parent | d7923f08cab62ef40027a92f596ff45428870838 (diff) | |
parent | 9b795de4afdd5669a9000c5d13bec61e51fbba49 (diff) |
Merge branch 'master' of github.com:zeromq/libzmq
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zmq.h b/include/zmq.h index ca34e58..2b7d356 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -28,7 +28,7 @@ extern "C" { #include <errno.h> #include <stddef.h> #if defined _WIN32 -#include "winsock2.h" +#include <winsock2.h> #endif /* Handle DSO symbol visibility */ |