another place where user headers need to come before linux headers.

(Logical change 1.30)
This commit is contained in:
osdl.org!shemminger 2004-06-09 22:58:42 +00:00
parent 6d5c3815aa
commit 0315641098
1 changed files with 4 additions and 3 deletions

View File

@ -17,13 +17,14 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <string.h>
#include <linux/netdevice.h>
#include <linux/if.h>
#include <linux/if_arp.h>
#include <linux/sockios.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <string.h>
#include "utils.h"