diff options
Diffstat (limited to 'src/cmark.c')
-rw-r--r-- | src/cmark.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmark.c b/src/cmark.c index 8f379bf..85e1adb 100644 --- a/src/cmark.c +++ b/src/cmark.c @@ -6,6 +6,7 @@ #include "html/houdini.h" #include "cmark.h" #include "buffer.h" +#include "ast.h" unsigned char *cmark_markdown_to_html(unsigned char *text, int len) { |