Include dirfd.h, for dirfd.

This commit is contained in:
Jim Meyering 2004-03-29 07:28:52 +00:00
parent 6ae7ae9525
commit 829a38c5d3

View File

@ -47,6 +47,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
#endif #endif
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#include "dirfd.h"
#include "fts_.h" #include "fts_.h"
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>