From f0c7edbc9c39ec3a6d06a9605a376212c2228fc7 Mon Sep 17 00:00:00 2001
From: Martin Sustrik <sustrik@250bpm.com>
Date: Thu, 18 Aug 2011 21:16:22 +0200
Subject: Missing include added to ip.cpp

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
---
 src/ip.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src')

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
 
-- 
cgit v1.2.3