diff options
Diffstat (limited to 'lib/fts.c')
-rw-r--r-- | lib/fts.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94"; #endif #include <fcntl.h> #include <errno.h> +#include "dirfd.h" #include "fts_.h" #include <stdlib.h> #include <string.h> |