[PATCH] Missing include added to ip.cpp
Martin Sustrik
sustrik at 250bpm.com
Thu Aug 18 21:16:22 CEST 2011
Signed-off-by: Martin Sustrik <sustrik at 250bpm.com>
---
src/ip.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/ip.cpp b/src/ip.cpp
index 5d81f26..e1f0e6b 100644
--- a/src/ip.cpp
+++ b/src/ip.cpp
@@ -28,6 +28,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <netinet/tcp.h>
#endif
--
1.7.0.4
--------------080800070403010406050802--
More information about the zeromq-dev
mailing list