Merge pull request #26 from jtanx/master
[matches/MCTX3420.git] / server / common.h
index 5f71f9f..67ea195 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @file common.h
- * @purpose Common header includes
+ * @brief Common header includes
  */
 
 #ifndef _COMMON_H
@@ -8,6 +8,7 @@
 
 #define _POSIX_C_SOURCE 200809L
 #define _BSD_SOURCE
+#define _XOPEN_SOURCE 600
 
 #include <stdlib.h>
 #include <stdio.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