diff --git a/v0/log.c b/v0/log.c index b6783e0..4a79780 100644 --- a/v0/log.c +++ b/v0/log.c @@ -1,9 +1,10 @@ #include "log.h" +#include "util.h" + #include #include #include #include -#include "util.h" static LogError* s_logError = NULL;