diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-03-17 18:21:45 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-03-17 18:21:45 +0000 |
commit | 1c486423eae0c24d583bb28910ba9da5fef3df32 (patch) | |
tree | 922029365333f2141df836d99e31cb29d7557f6f /tbl_html.c | |
parent | 82eb7222138a9bd43ba13994fd04b6167d6d6ca5 (diff) | |
download | mandoc-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ #include <string.h> #include "mandoc.h" +#include "roff.h" #include "tbl.h" #include "out.h" #include "html.h" |