Remove unused files and add week7 & week8 reports
[matches/MCTX3420.git] / server / common.h
index a690149..43bb8bd 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "log.h"
 #include "fastcgi.h"
+#include "control.h"
 
 /**Converts a timeval to a double**/
 #define TIMEVAL_TO_DOUBLE(tv) ((tv).tv_sec + 1e-6 * ((tv).tv_usec))
@@ -33,4 +34,6 @@
 #define TIMEVAL_DIFF(tv1, tv2) ((tv1).tv_sec - (tv2).tv_sec + 1e-6 * ((tv1).tv_usec - (tv2).tv_usec))
 
 
+
+
 #endif //_COMMON_H

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