summaryrefslogtreecommitdiffstats
path: root/include/libiptc/libip6tc.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2007-12-17 13:12:01 +0000
committerPatrick McHardy <kaber@trash.net>2007-12-17 13:12:01 +0000
commit5e9eaed23d0cf1cfdd49c88e68beb43e611f0191 (patch)
tree324810721e47692c7d63d35440d903af659108c1 /include/libiptc/libip6tc.h
parent1336451ead58d608618ff5b0a251d132b73f9866 (diff)
use <linux/types.h>
Remove our own definitions of the Linux types and use <linux/types.h> instead. libiptc needs it too, or otherwise will choke on union nf_inet_addr. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Diffstat (limited to 'include/libiptc/libip6tc.h')
-rw-r--r--include/libiptc/libip6tc.h1
1 files changed, 1 insertions, 0 deletions
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 <linux/types.h>
#include <libiptc/ipt_kernel_headers.h>
#include <linux/netfilter_ipv6/ip6_tables.h>