merge with 3.9s
authorJim Meyering <jim@meyering.net>
Thu, 27 Oct 1994 13:44:07 +0000 (13:44 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Oct 1994 13:44:07 +0000 (13:44 +0000)
lib/fsusage.c

index f326c37..e8c1bfc 100644 (file)
@@ -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