diff options
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-sctpTables_common.c')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-sctpTables_common.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/files/patch-sctpTables_common.c b/net-mgmt/net-snmp/files/patch-sctpTables_common.c new file mode 100644 index 000000000000..9047ca289e2a --- /dev/null +++ b/net-mgmt/net-snmp/files/patch-sctpTables_common.c @@ -0,0 +1,9 @@ +--- agent/mibgroup/sctp-mib/sctpTables_common.c.orig 2009-03-07 23:32:28.000000000 +0900 ++++ agent/mibgroup/sctp-mib/sctpTables_common.c 2009-03-07 23:33:09.000000000 +0900 +@@ -1,3 +1,6 @@ ++#include <net-snmp/net-snmp-config.h> ++#include <net-snmp/net-snmp-includes.h> ++#include <net-snmp/agent/net-snmp-agent-includes.h> + #include "sctpTables_common.h" + #include "sctpAssocTable.h" + #include "sctpAssocRemAddrTable.h" |