summaryrefslogtreecommitdiffstats
path: root/man_html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-13 10:57:25 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-13 10:57:25 +0000
commitc73e1ec1c6a54b399da7b779448188ef6db6db68 (patch)
tree03658ba627049a18bc861428324a55cc63174686 /man_html.c
parentfd6f541ce489626cb695b97a00cee1e243aa40a4 (diff)
downloadmandoc-c73e1ec1c6a54b399da7b779448188ef6db6db68.tar.gz
Moved output definitions into main.h.
Pushed terminal_{mdoc,man} into {mdoc,man}_term.c.
Diffstat (limited to 'man_html.c')
-rw-r--r--man_html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man_html.c b/man_html.c
index f2d7cc10..de1cf2d8 100644
--- a/man_html.c
+++ b/man_html.c
@@ -27,6 +27,7 @@
#include "out.h"
#include "html.h"
#include "man.h"
+#include "main.h"
/* TODO: preserve ident widths. */