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:
parent
4f2d8114c2
commit
e7be3b22e8
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue