diff --git a/test/util/opal_path_nfs.c b/test/util/opal_path_nfs.c index 58e597a009..2741e26262 100644 --- a/test/util/opal_path_nfs.c +++ b/test/util/opal_path_nfs.c @@ -32,6 +32,12 @@ #include #include +#ifdef HAVE_SYS_STATFS_H +#include +#endif +#ifdef HAVE_SYS_VFS_H +#include +#endif #include "support.h" #include "opal/util/path.h"