=================================================================== RCS file: /cvs/mandoc/mandocdb.c,v retrieving revision 1.207 retrieving revision 1.208 diff -u -p -r1.207 -r1.208 --- mandoc/mandocdb.c 2015/11/06 17:33:34 1.207 +++ mandoc/mandocdb.c 2015/11/07 14:22:29 1.208 @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.207 2015/11/06 17:33:34 schwarze Exp $ */ +/* $Id: mandocdb.c,v 1.208 2015/11/07 14:22:29 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011-2015 Ingo Schwarze @@ -23,7 +23,9 @@ #include #include +#if HAVE_ERR #include +#endif #include #include #if HAVE_FTS