| commit | db0422f80d353e7040f18344ca3e74bb0ba10e31 | [log] [tgz] |
|---|---|---|
| author | Harald Welte <laforge@gnumonks.org> | Thu Mar 04 07:45:30 2004 +0000 |
| committer | Harald Welte <laforge@gnumonks.org> | Thu Mar 04 07:45:30 2004 +0000 |
| tree | 71c85d71431b410993a1acc57e50069829b5161c | |
| parent | 920463da635a2e28c2673a3101109de58108f429 [diff] [blame] |
add definition for IPPROTO_SCTP for systems with old header files
diff --git a/include/iptables.h b/include/iptables.h index a0dda60..5aca69a 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;