From: Harald Welte Date: Thu, 4 Mar 2004 07:45:30 +0000 (+0000) Subject: add definition for IPPROTO_SCTP for systems with old header files X-Git-Tag: v1.3.0-rc1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db0422f80d353e7040f18344ca3e74bb0ba10e31;p=thirdparty%2Fiptables.git add definition for IPPROTO_SCTP for systems with old header files --- 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;