=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.200 retrieving revision 1.201 diff -u -p -r1.200 -r1.201 --- mandoc/roff.c 2014/03/20 02:57:28 1.200 +++ mandoc/roff.c 2014/03/23 11:25:26 1.201 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.200 2014/03/20 02:57:28 schwarze Exp $ */ +/* $Id: roff.c,v 1.201 2014/03/23 11:25:26 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -26,6 +26,7 @@ #include #include "mandoc.h" +#include "mandoc_aux.h" #include "libroff.h" #include "libmandoc.h"