=================================================================== RCS file: /cvs/mandoc/man.c,v retrieving revision 1.124 retrieving revision 1.125 diff -u -p -r1.124 -r1.125 --- mandoc/man.c 2014/01/06 00:53:33 1.124 +++ mandoc/man.c 2014/03/23 11:25:26 1.125 @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.124 2014/01/06 00:53:33 schwarze Exp $ */ +/* $Id: man.c,v 1.125 2014/03/23 11:25:26 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze @@ -30,6 +30,7 @@ #include "man.h" #include "mandoc.h" +#include "mandoc_aux.h" #include "libman.h" #include "libmandoc.h"