]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Fix build error on Ubuntu (Debian) because of ip.h dependence
authorStephen Hemminger <shemminger@osdl.org>
Tue, 8 Aug 2006 19:16:55 +0000 (12:16 -0700)
committerStephen Hemminger <shemminger@osdl.org>
Tue, 8 Aug 2006 19:16:55 +0000 (12:16 -0700)
on byteorder.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
ip/iptunnel.c

index 2da3df17a269455cfe96091642ccee9d47886519..7ff069baa2b907f6a6f13218e90d7e9b3826a2a8 100644 (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>