=================================================================== RCS file: /cvs/mandoc/mandocdb.c,v retrieving revision 1.155 retrieving revision 1.157 diff -u -p -r1.155 -r1.157 --- mandoc/mandocdb.c 2014/08/06 15:09:05 1.155 +++ mandoc/mandocdb.c 2014/08/11 01:39:00 1.157 @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.155 2014/08/06 15:09:05 schwarze Exp $ */ +/* $Id: mandocdb.c,v 1.157 2014/08/11 01:39:00 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze @@ -15,18 +15,21 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include +#include #include #include #include #include #include +#ifdef HAVE_FTS #include +#else +#include "compat_fts.h" +#endif #include #include #include