diff options
Diffstat (limited to 'WebServer/Globals.h')
-rw-r--r-- | WebServer/Globals.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebServer/Globals.h b/WebServer/Globals.h index a9cf6d790..405de1075 100644 --- a/WebServer/Globals.h +++ b/WebServer/Globals.h @@ -17,6 +17,10 @@ #include <sys/types.h>
#include <sys/stat.h> // for mkdir
#include <sys/time.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <netdb.h>
#include <time.h>
#include <dirent.h>
#include <errno.h>
@@ -28,6 +32,7 @@ #include <semaphore.h>
#include <errno.h>
#include <fcntl.h>
+ #include <tr1/memory>
#endif
|