X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fcommon.h;h=97290d25dff363c909160cd84986a52f56e810de;hb=5d57467589ecefdf5bb5985005705a1c8460c623;hp=a690149a1a175b330435dcf82fa990b471d5b699;hpb=d0f77e15cfa58191a7683caf343037c25be9f31c;p=matches%2FMCTX3420.git diff --git a/server/common.h b/server/common.h index a690149..97290d2 100644 --- a/server/common.h +++ b/server/common.h @@ -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))