aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_term.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 /man_term.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 'man_term.c')
-rw-r--r--man_term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/man_term.c b/man_term.c
index 5b59968b..65a6e7b4 100644
--- a/man_term.c
+++ b/man_term.c
@@ -1,4 +1,4 @@
-/* $Id: man_term.c,v 1.77 2010/06/25 18:53:14 kristaps Exp $ */
+/* $Id: man_term.c,v 1.78 2010/06/26 15:36:37 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -28,6 +28,7 @@
#include "mandoc.h"
#include "out.h"
+#include "regs.h"
#include "man.h"
#include "term.h"
#include "chars.h"