summaryrefslogtreecommitdiff
path: root/common/config-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/config-parser.h')
-rw-r--r--common/config-parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/config-parser.h b/common/config-parser.h
index 6af8c17..fc98e31 100644
--- a/common/config-parser.h
+++ b/common/config-parser.h
@@ -38,6 +38,9 @@
#ifndef __CONFIG_PARSER_H__
#define __CONFIG_PARSER_H__
+#include <bsnmp/asn1.h>
+#include <bsnmp/snmp.h>
+
/* Callbacks must be defined by the caller */
extern int cfg_value(const char* filename, const char* header, const char* name,
char* value, void* data);