=================================================================== RCS file: /cvs/mandoc/tbl_html.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -r1.30 -r1.31 --- mandoc/tbl_html.c 2018/12/12 21:54:35 1.30 +++ mandoc/tbl_html.c 2018/12/16 00:17:02 1.31 @@ -1,4 +1,4 @@ -/* $Id: tbl_html.c,v 1.30 2018/12/12 21:54:35 schwarze Exp $ */ +/* $Id: tbl_html.c,v 1.31 2018/12/16 00:17:02 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015, 2017, 2018 Ingo Schwarze @@ -24,6 +24,7 @@ #include #include +#include "mandoc.h" #include "tbl.h" #include "out.h" #include "html.h"