--- mpifileutils/src/common/mfu_bz2.c.orig 2025-02-19 22:20:52 UTC +++ mpifileutils/src/common/mfu_bz2.c @@ -6,7 +6,12 @@ #include /* for statfs */ +#if defined(__linux__) #include +#elif defined(__FreeBSD__) +#include +#include +#endif /* for LL_SUPER_MAGIC */ #if LUSTRE_SUPPORT