Skip to content

Commit 5c8478e

Browse files
committed
"Unsort" includes so my IDE is happy"
1 parent b47dad1 commit 5c8478e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

snmp_bulkget.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,16 @@
4848
*
4949
*/
5050

51+
#include <net-snmp/net-snmp-config.h>
52+
5153
/* asprintf and getopt_long */
5254
#ifndef _GNU_SOURCE
5355
#define _GNU_SOURCE
56+
#include <net-snmp/library/transform_oids.h>
5457
#endif
5558
#include <stdio.h>
5659

5760
#include <limits.h>
58-
#include <net-snmp/net-snmp-config.h>
5961
#include <stdarg.h>
6062
#include <string.h>
6163
#include <unistd.h>

0 commit comments

Comments
 (0)