diff options
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h index 995b53d..a2d5d49 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -46,6 +46,15 @@ # include <unistd.h> #endif +#ifdef HAVE_PARALLEL +/* + * MPIO headers + */ +# include <mpi.h> +# include <mpio.h> +#endif + + /* * Pablo support files. */ |