summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perform/mpi-perf.c1
-rw-r--r--perform/perf.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/perform/mpi-perf.c b/perform/mpi-perf.c
index 09a134b..bf7c5be 100644
--- a/perform/mpi-perf.c
+++ b/perform/mpi-perf.c
@@ -7,6 +7,7 @@
* and was called mpi-io-test.c
*/
+#include "hdf5.h"
#ifdef H5_HAVE_PARALLEL
/* mpi-perf.c
*
diff --git a/perform/perf.c b/perform/perf.c
index 8ba0e88..a4a0678 100644
--- a/perform/perf.c
+++ b/perform/perf.c
@@ -7,6 +7,7 @@
* So if it doesn't work on some platform, that might be why.
*/
+#include "hdf5.h"
#ifdef H5_HAVE_PARALLEL
#include <stdio.h>
#include <stdlib.h>
@@ -21,7 +22,6 @@
#endif
-#include "hdf5.h"
/* Macro definitions */
/* Verify:
* if val is false (0), print mesg and if fatal is true (non-zero), die.