diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-06-17 17:09:51 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-06-17 17:09:51 +0200 |
commit | cff7ba2315c0f62fa3679afa24ecea88da38a365 (patch) | |
tree | 2c55889c40fa4413a7d2d75ceafb0d3501f18462 /src | |
parent | 7f01e9970d211235fc8057de6dc41ba8ceafe795 (diff) |
Windows build fixed
Diffstat (limited to 'src')
-rw-r--r-- | src/zmq.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zmq.cpp b/src/zmq.cpp index 73a8d65..75e2e7f 100644 --- a/src/zmq.cpp +++ b/src/zmq.cpp @@ -18,6 +18,7 @@ */ #include "../include/zmq.h" +#include "../include/zmq_utils.h" #include <string.h> #include <errno.h> |