summaryrefslogtreecommitdiffstats
path: root/include/ip6tables.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-08-04 12:47:48 +0200
committerPatrick McHardy <kaber@trash.net>2008-08-04 12:47:48 +0200
commitef18e8147903885708d1c264904129af4fb636d6 (patch)
tree66859f8b391ba7b4be375d6f54195ad3e4a5e789 /include/ip6tables.h
parentd9842a6d4650ebf11248c0681ff136771bc7aa14 (diff)
src: remove dependency on libiptc headers
xtables.h does not need really need libxtc.h, and we can drop it from the install as it is internal-only. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/ip6tables.h')
-rw-r--r--include/ip6tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ip6tables.h b/include/ip6tables.h
index 077fee92..dfbc9b2f 100644
--- a/include/ip6tables.h
+++ b/include/ip6tables.h
@@ -1,9 +1,9 @@
#ifndef _IP6TABLES_USER_H
#define _IP6TABLES_USER_H
+#include <netinet/ip.h>
#include <xtables.h>
-
-#include "libiptc/libip6tc.h"
+#include <libiptc/libip6tc.h>
#ifndef IP6T_SO_GET_REVISION_MATCH /* Old kernel source. */
#define IP6T_SO_GET_REVISION_MATCH 68