Fixed missing include on some systems

This commit is contained in:
vvaltman 2014-09-21 13:07:06 +04:00
parent 76e7c8fd38
commit 11e6e19272

1
loop.c
View file

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