- added missing #include

This commit is contained in:
Christoph Oelckers 2018-03-04 19:24:50 +01:00
parent fbc4831072
commit 5a4e9decd9

View file

@ -9,6 +9,7 @@ extern int sys_ostype;
#include <sys/types.h> #include <sys/types.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <netdb.h> #include <netdb.h>
#include <unistd.h>
#endif #endif
#include <thread> #include <thread>