We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47dad1 commit 5c8478eCopy full SHA for 5c8478e
snmp_bulkget.c
@@ -48,14 +48,16 @@
48
*
49
*/
50
51
+#include <net-snmp/net-snmp-config.h>
52
+
53
/* asprintf and getopt_long */
54
#ifndef _GNU_SOURCE
55
#define _GNU_SOURCE
56
+#include <net-snmp/library/transform_oids.h>
57
#endif
58
#include <stdio.h>
59
60
#include <limits.h>
-#include <net-snmp/net-snmp-config.h>
61
#include <stdarg.h>
62
#include <string.h>
63
#include <unistd.h>
0 commit comments