diff --git a/lib/fsusage.c b/lib/fsusage.c index 34093a3a1..f10c9b341 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