From dc4e5ca1c9fd9bd34e243dcdb884af02102c9389 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 23 Mar 2009 14:22:11 +0000 Subject: First addition of -man macro support. Abstraction of mdoc. --- strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strings.c') diff --git a/strings.c b/strings.c index f0b3a911..763b50b6 100644 --- a/strings.c +++ b/strings.c @@ -24,7 +24,7 @@ #include #include -#include "private.h" +#include "libmdoc.h" /* * Various string-literal operations: converting scalars to and from -- cgit