summaryrefslogtreecommitdiffstats
path: root/mdoc_html.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
commit8ee307fc9980fbb248f1ed3b9c0da115e8c79440 (patch)
tree66dccb2268cc430f3125d54205263d9fb915a5b6 /mdoc_html.c
parenta7a9c3b662c1cf6ee6766d865a9dcc58376ea2c9 (diff)
downloadmandoc-8ee307fc9980fbb248f1ed3b9c0da115e8c79440.tar.gz
Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a
const struct regset pointer. No functionality.
Diffstat (limited to 'mdoc_html.c')
-rw-r--r--mdoc_html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc_html.c b/mdoc_html.c
index 9b0f920a..f3bc78e2 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -30,6 +30,7 @@
#include "mandoc.h"
#include "out.h"
#include "html.h"
+#include "regs.h"
#include "mdoc.h"
#include "main.h"