Add missing include file
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 24 Jan 2014 14:37:41 +0000 (09:37 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 8 Apr 2014 18:29:29 +0000 (14:29 -0400)
There was no bug, code was compiling correctly. Just for clarity.

src/common/log.c

index 1cdc210..29b9286 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "common.h"
 #include "options.h"
+#include "log.h"
 
 #define PREFIX_PACKAGE_NAME 1
 #define ADD_LINEFEED        1