From 76b7e4241c840480beaef5ac6b711301f066251e Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sat, 15 Nov 2014 19:54:01 +0100 Subject: Probe for stdbool.h Let cmake create a cmark_config.h file to deal with platforms missing stdbool.h. --- src/html/html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html/html.c') 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 #include -#include #include #include +#include "config.h" #include "cmark.h" #include "buffer.h" #include "ast.h" -- cgit v1.2.3