From b7f6e3f775705029df262aa313a0cd17ee3073cb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Nov 2014 10:33:49 -0800 Subject: Moved AST details from public header cmark.h to private ast.h. --- src/html/html.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/html') diff --git a/src/html/html.c b/src/html/html.c index 6b5d614..cd02f83 100644 --- a/src/html/html.c +++ b/src/html/html.c @@ -5,6 +5,7 @@ #include #include "cmark.h" +#include "ast.h" #include "debug.h" #include "html/houdini.h" -- cgit v1.2.3