From: Roy Marples Date: Mon, 23 Feb 2009 19:20:14 +0000 (+0000) Subject: We need to include linux/wireless.h as wireless.h belongs to wireless-tools X-Git-Tag: v5.0.0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab40c070d66713655a4d3e8839819ebab89e8529;p=thirdparty%2Fdhcpcd.git We need to include linux/wireless.h as wireless.h belongs to wireless-tools --- diff --git a/if-linux.c b/if-linux.c index 26f08c07..80dc1c1c 100644 --- a/if-linux.c +++ b/if-linux.c @@ -52,10 +52,8 @@ /* Support older kernels */ #ifdef IFLA_WIRELESS -# ifndef __user -# define __user -# endif -# include +# include +# include #else # define IFLA_WIRELESS (IFLA_MASTER + 1) #endif