X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fcommon.h;h=67ea195185011e063d12b8c7eaca4bcae278e7ab;hb=0f827545e0eb6846608da4aaf4dc8047478070a4;hp=2a6184a73784af08858f9c6a45b1b7efcac25897;hpb=259624013535f3c93315868efb5f6f611ba88470;p=matches%2FMCTX3420.git diff --git a/server/common.h b/server/common.h index 2a6184a..67ea195 100644 --- a/server/common.h +++ b/server/common.h @@ -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 #include @@ -16,5 +17,12 @@ #include #include #include +#include +#include +#include + +#include "log.h" +#include "fastcgi.h" +#include "thread.h" #endif //_COMMON_H