summaryrefslogtreecommitdiffstats
path: root/include/iptables.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2004-03-04 07:45:30 +0000
committerHarald Welte <laforge@gnumonks.org>2004-03-04 07:45:30 +0000
commitdb0422f80d353e7040f18344ca3e74bb0ba10e31 (patch)
tree71c85d71431b410993a1acc57e50069829b5161c /include/iptables.h
parent920463da635a2e28c2673a3101109de58108f429 (diff)
add definition for IPPROTO_SCTP for systems with old header files
Diffstat (limited to 'include/iptables.h')
-rw-r--r--include/iptables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/iptables.h b/include/iptables.h
index a0dda602..5aca69a6 100644
--- a/include/iptables.h
+++ b/include/iptables.h
@@ -4,6 +4,10 @@
#include "iptables_common.h"
#include "libiptc/libiptc.h"
+#ifndef IPPROTO_SCTP
+#define IPPROTO_SCTP 132
+#endif
+
struct iptables_rule_match
{
struct iptables_rule_match *next;