summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-12-09 02:43:40 +0000
committerStef Walter <stef@memberwebs.com>2006-12-09 02:43:40 +0000
commit1bf6e24cc75efec4418c0096a453628ef60c442b (patch)
tree5bee64de5580202cc33a8edd22b166e7755d4c3a
parent4440efc5d227000eb0d842394fff10bf7fb98236 (diff)
Fix warning
-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);