From e012cb8b2706ff0d54c6b3b68fa79354484752dc Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 13 Oct 2009 10:57:25 +0000 Subject: Moved output definitions into main.h. Pushed terminal_{mdoc,man} into {mdoc,man}_term.c. --- mdoc_html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdoc_html.c') diff --git a/mdoc_html.c b/mdoc_html.c index e48685fc..218f3961 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.28 2009/10/10 10:05:12 kristaps Exp $ */ +/* $Id: mdoc_html.c,v 1.29 2009/10/13 10:57:25 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -29,6 +29,7 @@ #include "out.h" #include "html.h" #include "mdoc.h" +#include "main.h" #define INDENT 5 #define HALFINDENT 3 -- cgit v1.2.3