From 8ee307fc9980fbb248f1ed3b9c0da115e8c79440 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 26 Jun 2010 15:36:37 +0000 Subject: Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a const struct regset pointer. No functionality. --- mdoc_html.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdoc_html.c') 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" -- cgit