From 7b95c5920c3318935b8cd8f3591cd5c65509f819 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 9 Mar 2011 16:34:37 +0100 Subject: Windows build fixed Compilation of ip.cpp have failed because EPROTONOSUPPORT was undefined. Including zmq.h should help as the error code is defined there. Signed-off-by: Martin Sustrik --- src/ip.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ip.cpp') diff --git a/src/ip.cpp b/src/ip.cpp index c19c5bb..a63a97d 100644 --- a/src/ip.cpp +++ b/src/ip.cpp @@ -23,6 +23,8 @@ #include #include +#include "../include/zmq.h" + #include "ip.hpp" #include "platform.hpp" #include "err.hpp" -- cgit v1.2.3