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. --- html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 8001cf6c..623fa975 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.63 2009/10/13 10:21:24 kristaps Exp $ */ +/* $Id: html.c,v 1.64 2009/10/13 10:57:25 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -29,6 +29,7 @@ #include "out.h" #include "chars.h" #include "html.h" +#include "main.h" #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) -- cgit v1.2.3