From: Roy Marples Date: Fri, 10 Aug 2007 11:42:53 +0000 (+0000) Subject: We still need the common.h header X-Git-Tag: v3.2.3~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eec7053529d5385f96a15308c7693b38cb3fc18;p=thirdparty%2Fdhcpcd.git We still need the common.h header --- diff --git a/logger.c b/logger.c index cf5cf37e..f812dd36 100644 --- a/logger.c +++ b/logger.c @@ -25,6 +25,7 @@ #include #include +#include "common.h" #include "logger.h" static int loglevel = LOG_WARNING;