From: Roy Marples Date: Sun, 3 May 2009 12:33:24 +0000 (+0000) Subject: Some distros need additional headers to compile linux/wireless.h X-Git-Tag: v5.0.2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e85e145ca63c8a6fb85dff1f189ad9b7ab8e0e;p=thirdparty%2Fdhcpcd.git Some distros need additional headers to compile linux/wireless.h --- diff --git a/if-linux-wireless.c b/if-linux-wireless.c index 0c7a3831..f6f7366d 100644 --- a/if-linux-wireless.c +++ b/if-linux-wireless.c @@ -44,6 +44,7 @@ #include /* Support older kernels */ #ifdef IFLA_WIRELESS +# include # include #else # define IFLA_WIRELESS (IFLA_MASTER + 1)