From: Stephen Hemminger Date: Tue, 8 Aug 2006 19:16:55 +0000 (-0700) Subject: Fix build error on Ubuntu (Debian) because of ip.h dependence X-Git-Tag: v2.6.19-061214~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7be3b22e85c46055de580c14417af43f62a7a4f;p=thirdparty%2Fiproute2.git Fix build error on Ubuntu (Debian) because of ip.h dependence on byteorder. Signed-off-by: Stephen Hemminger --- diff --git a/ip/iptunnel.c b/ip/iptunnel.c index 2da3df17a..7ff069baa 100644 --- a/ip/iptunnel.c +++ b/ip/iptunnel.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include