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. --- tree.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tree.c') diff --git a/tree.c b/tree.c index 29019a0b..1156a0d7 100644 --- a/tree.c +++ b/tree.c @@ -24,6 +24,7 @@ #include #include "mandoc.h" +#include "regs.h" #include "mdoc.h" #include "man.h" #include "main.h" -- cgit