From 126ad50b16852c0a79ec72e43d5f5dfd9f10380a Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Mon, 17 Dec 2007 13:12:01 +0000 Subject: [PATCH]: use Remove our own definitions of the Linux types and use instead. libiptc needs it too, or otherwise will choke on union nf_inet_addr. Signed-off-by: Jan Engelhardt --- include/libiptc/libip6tc.h | 1 + include/libiptc/libiptc.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include/libiptc') diff --git a/include/libiptc/libip6tc.h b/include/libiptc/libip6tc.h index 7a247c4..dc416a2 100644 --- a/include/libiptc/libip6tc.h +++ b/include/libiptc/libip6tc.h @@ -2,6 +2,7 @@ #define _LIBIP6TC_H /* Library which manipulates firewall rules. Version 0.2. */ +#include #include #include diff --git a/include/libiptc/libiptc.h b/include/libiptc/libiptc.h index 50765d9..f9f92d5 100644 --- a/include/libiptc/libiptc.h +++ b/include/libiptc/libiptc.h @@ -2,6 +2,7 @@ #define _LIBIPTC_H /* Library which manipulates filtering rules. */ +#include #include #include -- cgit v1.2.3