From 595740a8e3dc6d780021903366ac048989ef27c9 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Fri, 5 Dec 2014 21:54:41 -0800 Subject: [PATCH] Sigh - readd missing headers --- test/util/opal_path_nfs.c | 6 ++++++ 1 file changed, 6 insertions(+) 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"