From 1bf6e24cc75efec4418c0096a453628ef60c442b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 9 Dec 2006 02:43:40 +0000 Subject: Fix warning --- common/config-parser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/config-parser.h') 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 +#include + /* Callbacks must be defined by the caller */ extern int cfg_value(const char* filename, const char* header, const char* name, char* value, void* data); -- cgit v1.2.3