summaryrefslogtreecommitdiff
path: root/lib/fts.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-10-19 12:47:52 +0200
committerBruno Haible <bruno@clisp.org>2008-10-19 12:47:52 +0200
commit2cf6b078ffb5955943be20eec0a1d6742b118c5e (patch)
treec4e0c192f121d65c81c346744d361fa4421e03e1 /lib/fts.c
parentcded3d983ba2d3e0c76bc1c721c78333fa31b385 (diff)
downloadgnulib-2cf6b078ffb5955943be20eec0a1d6742b118c5e.tar.gz
Move the dirfd() declaration to <dirent.h>.
Diffstat (limited to 'lib/fts.c')
-rw-r--r--lib/fts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fts.c b/lib/fts.c
index d4f7db21cb..0428706203 100644
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -62,7 +62,6 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
#endif
#include <fcntl.h>
#include <errno.h>
-#include "dirfd.h"
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>