From 8d53f7559f0ade45fdde025f8b22c147f8032825 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 31 Jul 1996 04:43:59 +0000 Subject: [PATCH] [HAVE_SYS_FS_S5PARAM_H]: Include sys/fs/s5param.h to work around bug in sys/filsys.h of Fujitsu UXP/V. Reported by Johan Danielsson. --- lib/fsusage.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/fsusage.c b/lib/fsusage.c index 34093a3a10..f10c9b3411 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -37,6 +37,10 @@ int statfs (); #include #endif +#ifdef HAVE_SYS_FS_S5PARAM_H /* Fujitsu UXP/V */ +#include +#endif + #if defined(HAVE_SYS_FILSYS_H) && !defined(_CRAY) #include /* SVR2. */ #endif -- 2.30.2