summaryrefslogtreecommitdiff
path: root/src/ip.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-08-18 21:16:22 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-08-18 21:16:22 +0200
commitf0c7edbc9c39ec3a6d06a9605a376212c2228fc7 (patch)
tree05abea6a5b6b50dbe5ef5f6ae36f8d1582529450 /src/ip.cpp
parent898ee99dc16bbd494cabd7e09efac120d79990d7 (diff)
Missing include added to ip.cpp
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/ip.cpp')
-rw-r--r--src/ip.cpp1
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