=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.348 retrieving revision 1.349 diff -u -p -r1.348 -r1.349 --- mandoc/roff.c 2018/12/13 05:23:38 1.348 +++ mandoc/roff.c 2018/12/13 11:55:47 1.349 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.348 2018/12/13 05:23:38 schwarze Exp $ */ +/* $Id: roff.c,v 1.349 2018/12/13 11:55:47 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015, 2017, 2018 Ingo Schwarze @@ -32,6 +32,7 @@ #include "mandoc_ohash.h" #include "mandoc.h" #include "roff.h" +#include "mandoc_parse.h" #include "libmandoc.h" #include "roff_int.h" #include "tbl_parse.h"