From 486bd979e3668ca057059a29ff587be258977975 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 24 Jan 2014 09:37:41 -0500 Subject: [PATCH] Add missing include file There was no bug, code was compiling correctly. Just for clarity. --- src/common/log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/log.c b/src/common/log.c index 1cdc210..29b9286 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -15,6 +15,7 @@ #include "common.h" #include "options.h" +#include "log.h" #define PREFIX_PACKAGE_NAME 1 #define ADD_LINEFEED 1 -- 2.20.1