diff options
Diffstat (limited to 'src/html')
-rw-r--r-- | src/html/html.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <assert.h> #include "cmark.h" +#include "ast.h" #include "debug.h" #include "html/houdini.h" |