use linux/if.h, not net/if.h

SVN revision: 37227
This commit is contained in:
Sebastian Dransfeld 2008-10-27 11:08:53 +00:00
parent 072477e3d1
commit fc47aa1b9b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <linux/types.h>
#include <linux/if.h>
#include <linux/wireless.h>
#include <netinet/if_ether.h>