]> git.cameronkatri.com Git - mandoc.git/blobdiff - tree.c
Compatibility note about `Ta' being a line macro.
[mandoc.git] / tree.c
diff --git a/tree.c b/tree.c
index 4220ba7d472c47cbc2528159ce7ff9ef18de4b24..f39b1cab736e6a9eec5b22cde26e8622d045742c 100644 (file)
--- a/tree.c
+++ b/tree.c
@@ -1,4 +1,4 @@
-/*     $Id: tree.c,v 1.17 2009/10/26 17:05:44 kristaps Exp $ */
+/*     $Id: tree.c,v 1.20 2010/05/17 22:11:42 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
  * 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 <assert.h>
-#include <err.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
 
+#include "mandoc.h"
 #include "mdoc.h"
 #include "man.h"
 #include "main.h"