From 376ce23ce2ea57f97b75fb48212a98f7c5fc3400 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Wed, 3 Sep 2008 10:04:13 +0000 Subject: [PATCH] Include the public header file. --- src/utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils.c b/src/utils.c index 34a1fca..a67e545 100644 --- a/src/utils.c +++ b/src/utils.c @@ -2,6 +2,8 @@ #include #include +#include "utils.h" + static FILE* g_logfile = NULL; static unsigned char g_lastchar = '\n';