* lib/fts.c (includes): Re-add "openat.h", for
openat_needs_fchdir.
Signed-off-by: Eric Blake <ebb9@byu.net>
2009-09-03 Eric Blake <ebb9@byu.net>
+ fts: fix compilation error
+ * lib/fts.c (includes): Re-add "openat.h", for
+ openat_needs_fchdir.
+
faccessat: new module
* modules/faccessat: New file.
* lib/faccessat.m4: Likewise.
/* FIXME - use fcntl(F_DUPFD_CLOEXEC)/openat(O_CLOEXEC) once they are
supported. */
# include "cloexec.h"
+# include "openat.h"
# include "same-inode.h"
#endif