diff options
author | Stef Walter <stef@memberwebs.com> | 2006-12-09 02:43:40 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-12-09 02:43:40 +0000 |
commit | 1bf6e24cc75efec4418c0096a453628ef60c442b (patch) | |
tree | 5bee64de5580202cc33a8edd22b166e7755d4c3a /common/config-parser.h | |
parent | 4440efc5d227000eb0d842394fff10bf7fb98236 (diff) |
Fix warning
Diffstat (limited to 'common/config-parser.h')
-rw-r--r-- | common/config-parser.h | 3 |
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); |