From: Roy Marples Date: Thu, 11 Mar 2010 10:02:03 +0000 (+0000) Subject: Fix compile on old systems with broken headers. X-Git-Tag: v5.2.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be20f6e0c7f35c925f646988dec7b96441850a71;p=thirdparty%2Fdhcpcd.git Fix compile on old systems with broken headers. --- diff --git a/dhcpcd.c b/dhcpcd.c index 170af36b..69eedc15 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -38,6 +38,7 @@ const char copyright[] = "Copyright (c) 2006-2010 Roy Marples"; #include #ifdef __linux__ +# include /* for systems with broken headers */ # include #endif