diff options
author | Jim Meyering <jim@meyering.net> | 1994-10-27 13:43:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-10-27 13:43:59 +0000 |
commit | f6b8bdc529eb7d8393eec2a7542c9fd3cf44dcd4 (patch) | |
tree | 493cf5891870bb39a36da2f96e06772501d7743f /lib | |
parent | 0c9fb4050b00ae647156a643a080c36aa2fd1e8e (diff) | |
download | coreutils-f6b8bdc529eb7d8393eec2a7542c9fd3cf44dcd4.tar.xz |
merge with 3.9s
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fsusage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fsusage.c b/lib/fsusage.c index f326c3759..e8c1bfca1 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -20,6 +20,7 @@ #endif #include <sys/types.h> +#include <sys/stat.h> #include "fsusage.h" #include "safe-stat.h" @@ -50,7 +51,6 @@ int statfs (); #endif #ifdef HAVE_DUSTAT_H /* AIX PS/2. */ -#include <sys/stat.h> #include <sys/dustat.h> #endif |