Fixed missing include on some systems
This commit is contained in:
parent
76e7c8fd38
commit
11e6e19272
1 changed files with 1 additions and 0 deletions
1
loop.c
1
loop.c
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue