]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
More compile fixes.
authorRoy Marples <roy@marples.name>
Fri, 3 May 2013 14:43:51 +0000 (14:43 +0000)
committerRoy Marples <roy@marples.name>
Fri, 3 May 2013 14:43:51 +0000 (14:43 +0000)
common.h

index 55ceb847b607e3c170dd05edfce933276cafa0de..0e5bd04125e637867b1d835963cb573f1d5e0352 100644 (file)
--- a/common.h
+++ b/common.h
@@ -31,6 +31,7 @@
 #include <sys/time.h>
 #include <stdio.h>
 
+#include "config.h"
 #include "defs.h"
 
 #define UNCONST(a)             ((void *)(unsigned long)(const void *)(a))