aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tree.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-26 15:36:37 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-26 15:36:37 +0000
commit2bcccf0dba8f2c504e9c3597a11177aaca90023c (patch)
tree5679bb625ff313e97d238c6ed07c5a61bb61464c /tree.c
parent712ec41a30db9c8794ec92168b9d2b39f1dee6da (diff)
downloadmandoc-2bcccf0dba8f2c504e9c3597a11177aaca90023c.tar.gz
mandoc-2bcccf0dba8f2c504e9c3597a11177aaca90023c.tar.zst
mandoc-2bcccf0dba8f2c504e9c3597a11177aaca90023c.zip
Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a
const struct regset pointer. No functionality.
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tree.c b/tree.c
index 9125e6a5..61ce1b4f 100644
--- a/tree.c
+++ b/tree.c
@@ -1,4 +1,4 @@
-/* $Id: tree.c,v 1.21 2010/06/19 20:46:28 kristaps Exp $ */
+/* $Id: tree.c,v 1.22 2010/06/26 15:36:37 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -24,6 +24,7 @@
#include <time.h>
#include "mandoc.h"
+#include "regs.h"
#include "mdoc.h"
#include "man.h"
#include "main.h"