From: Jim Meyering Date: Wed, 31 Jul 1996 04:43:59 +0000 (+0000) Subject: [HAVE_SYS_FS_S5PARAM_H]: Include sys/fs/s5param.h X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d53f7559f0ade45fdde025f8b22c147f8032825;p=pspp [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. --- 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