Merge pull request #10 from jedisct1/socket

Include <sys/socket.h> for AF_INET/AF_INET6 definitions
This commit is contained in:
angt
2016-01-14 17:14:56 +01:00

View File

@@ -13,6 +13,7 @@
#include <signal.h>
#include <poll.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/stat.h>