Include the public header file.

This commit is contained in:
Jef Driesen 2008-09-03 10:04:13 +00:00
parent dfeea21c36
commit 376ce23ce2

View File

@ -2,6 +2,8 @@
#include <stdarg.h>
#include <string.h>
#include "utils.h"
static FILE* g_logfile = NULL;
static unsigned char g_lastchar = '\n';