summaryrefslogtreecommitdiffstats
path: root/src/H5Smpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Smpio.c')
-rw-r--r--src/H5Smpio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Smpio.c b/src/H5Smpio.c
index afc6640..150f918 100644
--- a/src/H5Smpio.c
+++ b/src/H5Smpio.c
@@ -10,11 +10,12 @@
* I didn't make them portable.
*/
+#define H5F_PACKAGE /*suppress error about including H5Fpkg */
#define H5S_PACKAGE /*suppress error about including H5Spkg */
#include <H5private.h>
#include <H5Eprivate.h>
-#include <H5FDprivate.h>
+#include <H5Fpkg.h> /* Ugly, but necessary for the MPIO I/O accesses */
#include <H5Spkg.h>
#include <H5FDmpio.h> /*the MPIO file driver */