summaryrefslogtreecommitdiff
path: root/lib/fts.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-11 16:18:39 +0000
committerJim Meyering <jim@meyering.net>2006-01-11 16:18:39 +0000
commit614235c8492e40ef8a7e77b3270d6d760daab90e (patch)
treed4a71817ee607140a8356143e3a8f84038350d19 /lib/fts.c
parentdc15b27c5032595dfe4acf0589064b8fd3cd9884 (diff)
downloadcoreutils-614235c8492e40ef8a7e77b3270d6d760daab90e.tar.xz
[!_LIBC]: Include "fcntl--.h", to map open to open_safer.
Diffstat (limited to 'lib/fts.c')
-rw-r--r--lib/fts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fts.c b/lib/fts.c
index fb1a72a00..94d8de9d4 100644
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -73,6 +73,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
#if ! _LIBC
# include "lstat.h"
+# include "fcntl--.h"
#endif
#if defined _LIBC