- added missing include (autobuild warning)

This commit is contained in:
Coren[m] 2013-09-09 16:35:39 +02:00
parent 9439d296f1
commit 9a8dc575b7

View File

@ -46,6 +46,7 @@ typedef unsigned int sock_t;
#include <fcntl.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
#include <sys/time.h>
#include <sys/types.h>