[HAVE_SYS_FS_S5PARAM_H]: Include sys/fs/s5param.h
authorJim Meyering <jim@meyering.net>
Wed, 31 Jul 1996 04:43:59 +0000 (04:43 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 31 Jul 1996 04:43:59 +0000 (04:43 +0000)
to work around bug in sys/filsys.h of Fujitsu UXP/V.
Reported by Johan Danielsson.

lib/fsusage.c

index 34093a3..f10c9b3 100644 (file)
@@ -37,6 +37,10 @@ int statfs ();
 #include <sys/vfs.h>
 #endif
 
+#ifdef HAVE_SYS_FS_S5PARAM_H /* Fujitsu UXP/V */
+#include <sys/fs/s5param.h>
+#endif
+
 #if defined(HAVE_SYS_FILSYS_H) && !defined(_CRAY)
 #include <sys/filsys.h>                /* SVR2.  */
 #endif