From c73e1ec1c6a54b399da7b779448188ef6db6db68 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 13 Oct 2009 10:57:25 +0000 Subject: Moved output definitions into main.h. Pushed terminal_{mdoc,man} into {mdoc,man}_term.c. --- tree.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tree.c') diff --git a/tree.c b/tree.c index 4211f877..dd283f15 100644 --- a/tree.c +++ b/tree.c @@ -21,6 +21,7 @@ #include "mdoc.h" #include "man.h" +#include "main.h" static void print_mdoc(const struct mdoc_node *, int); static void print_man(const struct man_node *, int); -- cgit