]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
We still need the common.h header
authorRoy Marples <roy@marples.name>
Fri, 10 Aug 2007 11:42:53 +0000 (11:42 +0000)
committerRoy Marples <roy@marples.name>
Fri, 10 Aug 2007 11:42:53 +0000 (11:42 +0000)
logger.c

index cf5cf37e0ac7315acd34d83152f71fb485728ec4..f812dd36b818d3119a544636941a90d911ae56f3 100644 (file)
--- a/logger.c
+++ b/logger.c
@@ -25,6 +25,7 @@
 #include <string.h>
 #include <syslog.h>
 
+#include "common.h"
 #include "logger.h"
 
 static int loglevel = LOG_WARNING;