X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/6cbefd50d90dc947c06ea2212c4d3552c4a36c84..e4cc281e89faa96f71a5036732e5d2dd8b406f7f:/tree.c diff --git a/tree.c b/tree.c index d0aee4ab..fb247c35 100644 --- a/tree.c +++ b/tree.c @@ -1,4 +1,4 @@ -/* $Id: tree.c,v 1.15 2009/09/16 09:41:24 kristaps Exp $ */ +/* $Id: tree.c,v 1.19 2010/01/01 17:14:31 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -14,13 +14,18 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include -#include #include #include +#include #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);