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/ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ast.h') diff --git a/src/ast.h b/src/ast.h index 6c77c68..dc8df41 100644 --- a/src/ast.h +++ b/src/ast.h @@ -1,8 +1,8 @@ #ifndef CMARK_AST_H #define CMARK_AST_H -#include #include +#include "config.h" #include "buffer.h" #include "chunk.h" -- cgit v1.2.3