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