diff options
Diffstat (limited to 'src/ast.h')
-rw-r--r-- | src/ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ #ifndef CMARK_AST_H #define CMARK_AST_H -#include <stdbool.h> #include <stdio.h> +#include "config.h" #include "buffer.h" #include "chunk.h" |