diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-13 10:57:25 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-13 10:57:25 +0000 |
commit | c73e1ec1c6a54b399da7b779448188ef6db6db68 (patch) | |
tree | 03658ba627049a18bc861428324a55cc63174686 /mdoc_html.c | |
parent | fd6f541ce489626cb695b97a00cee1e243aa40a4 (diff) | |
download | mandoc-c73e1ec1c6a54b399da7b779448188ef6db6db68.tar.gz |
Moved output definitions into main.h.
Pushed terminal_{mdoc,man} into {mdoc,man}_term.c.
Diffstat (limited to 'mdoc_html.c')
-rw-r--r-- | mdoc_html.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc_html.c b/mdoc_html.c index f418ad7e..89998348 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -29,6 +29,7 @@ #include "out.h" #include "html.h" #include "mdoc.h" +#include "main.h" #define INDENT 5 #define HALFINDENT 3 |