X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Flog.h;h=005059c1c399725b94287a409567c1673c4a99e1;hb=82a411cede82ee10a9d29dc08ca01949576ede24;hp=6db52f638afd492ac917dfc87eab5010dedddbbd;hpb=b4f4652e1818ea844470f672b187fa400d0718bf;p=matches%2FMCTX3420.git diff --git a/server/log.h b/server/log.h index 6db52f6..005059c 100644 --- a/server/log.h +++ b/server/log.h @@ -10,6 +10,7 @@ #include #include #include +#include "common.h" //To get around a 'pedantic' C99 rule that you must have at least 1 variadic arg, combine fmt into that. #define Log(level, ...) LogEx(level, __func__, __VA_ARGS__)