diff options
Diffstat (limited to 'perform/perf.c')
-rw-r--r-- | perform/perf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |