summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-27 23:25:03 +0000
committerJim Meyering <jim@meyering.net>1994-10-27 23:25:03 +0000
commiteba2623f3e32104a14344c1cae94afda780ed434 (patch)
tree06a0a900e092123261d9576d3e04a8c7d22c9048
parent88c76a293f90a76a5dea352cbf1fa20c4728b659 (diff)
downloadgnulib-FILEUTILS-3_9t.tar.gz
GNU file utilitiesFILEUTILS-3_9t
-rw-r--r--lib/fsusage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fsusage.c b/lib/fsusage.c
index f326c37592..e8c1bfca1d 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