summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_TCPOPTSTRIP.c
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 /extensions/libxt_TCPOPTSTRIP.c
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 'extensions/libxt_TCPOPTSTRIP.c')
-rw-r--r--extensions/libxt_TCPOPTSTRIP.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/libxt_TCPOPTSTRIP.c b/extensions/libxt_TCPOPTSTRIP.c
index bd74e379..a00c82b7 100644
--- a/extensions/libxt_TCPOPTSTRIP.c
+++ b/extensions/libxt_TCPOPTSTRIP.c
@@ -10,6 +10,7 @@
#include <string.h>
#include <stdlib.h>
#include <xtables.h>
+#include <netinet/tcp.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter/xt_TCPOPTSTRIP.h>
#ifndef TCPOPT_MD5SIG