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/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buffer.h') diff --git a/src/buffer.h b/src/buffer.h index 1627813..fa1639e 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1,9 +1,9 @@ #ifndef CMARK_BUFFER_H #define CMARK_BUFFER_H -#include #include #include +#include "config.h" #include "cmark_export.h" typedef struct { -- cgit v1.2.3