From: Roy Marples Date: Fri, 27 May 2011 16:30:04 +0000 (+0000) Subject: Fix compile on some sytems, fixes #223. X-Git-Tag: v5.5.0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5234a51d980457e24044c67eb4f50f810f695ee;p=thirdparty%2Fdhcpcd.git Fix compile on some sytems, fixes #223. --- diff --git a/common.h b/common.h index fbbfc189..90cd475a 100644 --- a/common.h +++ b/common.h @@ -28,8 +28,8 @@ #ifndef COMMON_H #define COMMON_H +#include #include -#include #include "config.h" #include "defs.h"