diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-29 07:28:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-29 07:28:52 +0000 |
commit | 829a38c5d3aca3feeef4025200d4f4af0044b801 (patch) | |
tree | 3687407b84b125c1e18763babad46544ccafa77f /lib | |
parent | 6ae7ae952594ed611916ea1137cc62566c044a49 (diff) | |
download | coreutils-829a38c5d3aca3feeef4025200d4f4af0044b801.tar.xz |
Include dirfd.h, for dirfd.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fts.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |