Fix build error on Ubuntu (Debian) because of ip.h dependence

on byteorder.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
This commit is contained in:
Stephen Hemminger 2006-08-08 12:16:55 -07:00
parent 4f2d8114c2
commit e7be3b22e8

View File

@ -26,6 +26,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/ioctl.h>
#include <asm/byteorder.h>
#include <linux/if.h>
#include <linux/if_arp.h>
#include <linux/ip.h>