summaryrefslogtreecommitdiffstats
path: root/tbl_html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-03-17 18:21:45 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-03-17 18:21:45 +0000
commit1c486423eae0c24d583bb28910ba9da5fef3df32 (patch)
tree922029365333f2141df836d99e31cb29d7557f6f /tbl_html.c
parent82eb7222138a9bd43ba13994fd04b6167d6d6ca5 (diff)
downloadmandoc-1c486423eae0c24d583bb28910ba9da5fef3df32.tar.gz
The header file "html.h" uses enum roff_tok,
so "roff.h" must be included before it. Diff from bcallah@ tweaked by me; he found the bug by compiling with pcc.
Diffstat (limited to 'tbl_html.c')
-rw-r--r--tbl_html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_html.c b/tbl_html.c
index 123617c0..29bafa3d 100644
--- a/tbl_html.c
+++ b/tbl_html.c
@@ -25,6 +25,7 @@
#include <string.h>
#include "mandoc.h"
+#include "roff.h"
#include "tbl.h"
#include "out.h"
#include "html.h"