diff options
Diffstat (limited to 'src/content-parser.c')
-rw-r--r-- | src/content-parser.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/content-parser.c b/src/content-parser.c index b4bc790..ca0597b 100644 --- a/src/content-parser.c +++ b/src/content-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 "content-parser.h" |