=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.c,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- src/usr.bin/mandoc/roff.c 2014/03/20 02:57:13 1.73 +++ src/usr.bin/mandoc/roff.c 2014/03/21 22:17:01 1.74 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.73 2014/03/20 02:57:13 schwarze Exp $ */ +/* $Id: roff.c,v 1.74 2014/03/21 22:17:01 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -22,6 +22,7 @@ #include #include "mandoc.h" +#include "mandoc_aux.h" #include "libroff.h" #include "libmandoc.h"