summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-06-19 09:15:06 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-06-19 09:15:06 +0200
commit4b60023b96d25571f58e50899a2717da14866e6b (patch)
treeb355f3e22b1f340edcaf82394d3cb407d3bfdfb7 /include
parentd7923f08cab62ef40027a92f596ff45428870838 (diff)
parent9b795de4afdd5669a9000c5d13bec61e51fbba49 (diff)
Merge branch 'master' of github.com:zeromq/libzmq
Diffstat (limited to 'include')
-rw-r--r--include/zmq.h2
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 */