diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-08-18 21:16:22 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-08-18 21:16:22 +0200 |
commit | f0c7edbc9c39ec3a6d06a9605a376212c2228fc7 (patch) | |
tree | 05abea6a5b6b50dbe5ef5f6ae36f8d1582529450 | |
parent | 898ee99dc16bbd494cabd7e09efac120d79990d7 (diff) |
Missing include added to ip.cpp
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | src/ip.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ #include <fcntl.h> #include <sys/types.h> #include <sys/socket.h> +#include <netinet/in.h> #include <netinet/tcp.h> #endif |