diff options
Diffstat (limited to 'src/buffer.h')
-rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdbool.h> #include <stddef.h> #include <stdarg.h> +#include "config.h" #include "cmark_export.h" typedef struct { |