[wireless] build fixes after merging WE-19

This commit is contained in:
Jeff Garzik
2005-09-07 00:27:54 -04:00
parent e345d5ef6d
commit bbeec90b98
4 changed files with 8 additions and 9 deletions

View File

@@ -69,12 +69,9 @@
/***************************** INCLUDES *****************************/
/* Do not put any header in this file, this creates a mess when
* exported to user space. Most users have included all the
* relevant headers anyway... Jean II */
/*#include <linux/types.h>*/ /* for "caddr_t" et al */
/*#include <linux/socket.h>*/ /* for "struct sockaddr" et al */
/*#include <linux/if.h>*/ /* for IFNAMSIZ and co... */
#include <linux/types.h> /* for "caddr_t" et al */
#include <linux/socket.h> /* for "struct sockaddr" et al */
#include <linux/if.h> /* for IFNAMSIZ and co... */
/***************************** VERSION *****************************/
/*