summaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-11-16 10:33:49 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-11-16 10:33:49 -0800
commitb7f6e3f775705029df262aa313a0cd17ee3073cb (patch)
tree570a7611eeff2b9e93f24ac61f6f8626e045ad0d /src/print.c
parentf8b6f2e02fd21477193f1f2471421f4adf19a790 (diff)
Moved AST details from public header cmark.h to private ast.h.
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/print.c b/src/print.c
index b5ef056..ce387b4 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1,6 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#include "ast.h"
#include "cmark.h"
#include "debug.h"