From: Roy Marples Date: Fri, 3 May 2013 14:43:51 +0000 (+0000) Subject: More compile fixes. X-Git-Tag: v5.99.6~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a83be7a8de4245f7838a2fc5f97d2c7e47edb14a;p=thirdparty%2Fdhcpcd.git More compile fixes. --- diff --git a/common.h b/common.h index 55ceb847..0e5bd041 100644 --- a/common.h +++ b/common.h @@ -31,6 +31,7 @@ #include #include +#include "config.h" #include "defs.h" #define UNCONST(a) ((void *)(unsigned long)(const void *)(a))