Missing include added to ip.cpp

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik 2011-08-18 21:16:22 +02:00
parent 898ee99dc1
commit f0c7edbc9c

View File

@ -28,6 +28,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#endif