=================================================================== RCS file: /cvs/mandoc/mandocdb.c,v retrieving revision 1.156 retrieving revision 1.157 diff -u -p -r1.156 -r1.157 --- mandoc/mandocdb.c 2014/08/10 23:54:41 1.156 +++ mandoc/mandocdb.c 2014/08/11 01:39:00 1.157 @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.156 2014/08/10 23:54:41 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 @@ -25,7 +25,11 @@ #include #include #include +#ifdef HAVE_FTS #include +#else +#include "compat_fts.h" +#endif #include #include #include