Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
[matches/MCTX3420.git] / server / common.h
index 2a6184a..eba4902 100644 (file)
@@ -8,6 +8,7 @@
 
 #define _POSIX_C_SOURCE 200809L
 #define _BSD_SOURCE
+#define _XOPEN_SOURCE 600
 
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
 #include <pthread.h>
 #include <unistd.h>
+#include <assert.h>
+#include <sys/time.h>
+#include <time.h>
+
+#include "log.h"
+#include "fastcgi.h"
+#include "thread.h"
 
 #endif //_COMMON_H

UCC git Repository :: git.ucc.asn.au