Commit 9c10283f authored by vvaltman's avatar vvaltman

Fixed missing include on some systems

parent 304f469b
...@@ -41,6 +41,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment