summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-29 07:28:52 +0000
committerJim Meyering <jim@meyering.net>2004-03-29 07:28:52 +0000
commit829a38c5d3aca3feeef4025200d4f4af0044b801 (patch)
tree3687407b84b125c1e18763babad46544ccafa77f /lib
parent6ae7ae952594ed611916ea1137cc62566c044a49 (diff)
downloadcoreutils-829a38c5d3aca3feeef4025200d4f4af0044b801.tar.xz
Include dirfd.h, for dirfd.
Diffstat (limited to 'lib')
-rw-r--r--lib/fts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fts.c b/lib/fts.c
index 1e8e5cc8f..6548908d0 100644
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -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>