diff options
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5public.h b/src/H5public.h index 837f13a..da67b5c 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -34,8 +34,10 @@ static char RcsId[] = "@(#)$Revision$"; #endif #ifdef HAVE_PARALLEL # include <mpi.h> +#ifndef MPI_FILE_NULL /*MPIO may be defined in mpi.h already*/ # include <mpio.h> #endif +#endif #include <H5api_adpt.h> /* Version numbers */ |