X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/73aca81b50073109b137bba659d38af11d7194ac..bf375604b936e19208d599507374ae9bf43829c4:/tree.c diff --git a/tree.c b/tree.c index fb247c35..f39b1cab 100644 --- a/tree.c +++ b/tree.c @@ -1,4 +1,4 @@ -/* $Id: tree.c,v 1.19 2010/01/01 17:14:31 kristaps Exp $ */ +/* $Id: tree.c,v 1.20 2010/05/17 22:11:42 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -23,6 +23,7 @@ #include #include +#include "mandoc.h" #include "mdoc.h" #include "man.h" #include "main.h"