From 5e9eaed23d0cf1cfdd49c88e68beb43e611f0191 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 17 Dec 2007 13:12:01 +0000 Subject: 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 7a247c46..dc416a2f 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 50765d98..f9f92d5b 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