From be0b8f0631c8a392ab30703bc09284ab65aa262b Mon Sep 17 00:00:00 2001 From: Bernd Eckenfels Date: Thu, 15 Jul 1999 01:46:18 +0000 Subject: [PATCH] fixed compile error (missing __u16) for some libs/headers like RH5.1 --- iptunnel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iptunnel.c b/iptunnel.c index 533a140..2528eeb 100644 --- a/iptunnel.c +++ b/iptunnel.c @@ -13,6 +13,7 @@ * * Rani Assaf 980929: resolve addresses * Rani Assaf 980930: do not allow key for ipip/sit + * Bernd Eckenfels 990715: add linux/types.h (not clean but solves missing __u16 */ #include @@ -28,6 +29,7 @@ #include #include #include +#include #include #include "config.h" @@ -61,7 +63,7 @@ #include "util-ank.h" char *Release = RELEASE, - *Version = "iptunnel 1.0", + *Version = "iptunnel 1.01", *Signature = "Alexey Kuznetsov, "; static void version(void) -- 2.7.4