Commit e7be3b22 authored by Stephen Hemminger's avatar Stephen Hemminger

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

on byteorder.
Signed-off-by: default avatarStephen Hemminger <shemminger@osdl.org>
parent 4f2d8114
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment