diff options
Diffstat (limited to 'src/common/config-parser.c')
-rw-r--r-- | src/common/config-parser.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/common/config-parser.c b/src/common/config-parser.c index 9361908..e847623 100644 --- a/src/common/config-parser.c +++ b/src/common/config-parser.c @@ -6,10 +6,7 @@ * See the file LICENSE. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif /* HAVE_CONFIG_H */ - +#include <stdbool.h> #include <stdlib.h> #include "error.h" #include "utils.h" |