Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 76943 | Differences between
and this patch

Collapse All | Expand All

(-)linux/include/linux/wireless.h.org (+1 lines)
Lines 71-76 Link Here
71
71
72
/* To minimise problems in user space, I might remove those headers
72
/* To minimise problems in user space, I might remove those headers
73
 * at some point. Jean II */
73
 * at some point. Jean II */
74
#include <linux/compiler.h>		/* for "__user" 		*/
74
#include <linux/types.h>		/* for "caddr_t" et al		*/
75
#include <linux/types.h>		/* for "caddr_t" et al		*/
75
#include <linux/socket.h>		/* for "struct sockaddr" et al	*/
76
#include <linux/socket.h>		/* for "struct sockaddr" et al	*/
76
#include <linux/if.h>			/* for IFNAMSIZ and co... */
77
#include <linux/if.h>			/* for IFNAMSIZ and co... */

Return to bug 76943