Fixed missing include on some systems

This commit is contained in:
vvaltman 2014-09-21 13:07:06 +04:00
parent 304f469b14
commit 9c10283f6d

1
loop.c
View File

@ -41,6 +41,7 @@
#include <unistd.h> #include <unistd.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/socket.h>
#include <fcntl.h> #include <fcntl.h>
#ifdef EVENT_V2 #ifdef EVENT_V2