aboutsummaryrefslogtreecommitdiffstats
path: root/src/content-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content-parser.h')
-rw-r--r--src/content-parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content-parser.h b/src/content-parser.h
index 85bd063..37e38d7 100644
--- a/src/content-parser.h
+++ b/src/content-parser.h
@@ -9,7 +9,7 @@
#ifndef _CONTENT_PARSER_H
#define _CONTENT_PARSER_H
-#include <stdlib.h>
+#include <stddef.h>
#include <stdbool.h>
char* blogc_slugify(const char *str);