Skip to content

Commit 759421b

Browse files
committed
libsnmp: Add a missing include directive
Fixes: 460a97c ("Give memory back to system post snmp operation")
1 parent a8d32d0 commit 759421b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snmplib/container.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <net-snmp/library/container_null.h>
2323
#include "factory.h"
2424

25+
#include <malloc.h>
2526
#include <stdint.h>
2627

2728
netsnmp_feature_child_of(container_all, libnetsnmp);

0 commit comments

Comments
 (0)