From e7be3b22e85c46055de580c14417af43f62a7a4f Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 8 Aug 2006 12:16:55 -0700 Subject: [PATCH] Fix build error on Ubuntu (Debian) because of ip.h dependence on byteorder. Signed-off-by: Stephen Hemminger --- ip/iptunnel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ip/iptunnel.c b/ip/iptunnel.c index 2da3df17..7ff069ba 100644 --- a/ip/iptunnel.c +++ b/ip/iptunnel.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include