summaryrefslogtreecommitdiff
path: root/src/html/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html.c')
-rw-r--r--src/html/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/html.c b/src/html/html.c
index faa570b..a0be6f2 100644
--- a/src/html/html.c
+++ b/src/html/html.c
@@ -1,9 +1,9 @@
#include <stdlib.h>
#include <stdio.h>
-#include <stdbool.h>
#include <string.h>
#include <assert.h>
+#include "config.h"
#include "cmark.h"
#include "buffer.h"
#include "ast.h"