diff options
Diffstat (limited to 'mandocdb.c')
-rw-r--r-- | mandocdb.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,7 +25,11 @@ #include <ctype.h> #include <errno.h> #include <fcntl.h> +#ifdef HAVE_FTS #include <fts.h> +#else +#include "compat_fts.h" +#endif #include <getopt.h> #include <limits.h> #include <stddef.h> |