summaryrefslogtreecommitdiffstats
path: root/man_html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 15:08:09 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 15:08:09 +0000
commit54bada649de2dc93dd974dabdb3c9a3c732571f5 (patch)
treec6232a3224f4c599fc64f935d85a38c77758952c /man_html.c
parent30fcd4b7eb064dd0029d7fc6e60afc9b973015cb (diff)
downloadmandoc-54bada649de2dc93dd974dabdb3c9a3c732571f5.tar.gz
Element tag buffer is now part of struct html.
buffmt() can be called in sequence. Noted BUFSIZ-sized buffer in CAVEATS (attribute length for link formats). Added -oman=FMT -Thtml option for `Xr' manual links. Removed -obase=URI -Thtml option (obsolete).
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 e4836b2d..28de6114 100644
--- a/man_html.c
+++ b/man_html.c
@@ -17,6 +17,7 @@
#include <sys/types.h>
#include <sys/queue.h>
+#include <stdio.h>
#include <stdlib.h>
#include "html.h"