diff options
Diffstat (limited to 'perform')
-rw-r--r-- | perform/mpi-perf.c | 1 | ||||
-rw-r--r-- | perform/perf.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perform/mpi-perf.c b/perform/mpi-perf.c index c21ca44..b17ed4b 100644 --- a/perform/mpi-perf.c +++ b/perform/mpi-perf.c @@ -8,6 +8,7 @@ */ #include "hdf5.h" +#include "H5private.h" #ifdef H5_HAVE_PARALLEL /* mpi-perf.c * diff --git a/perform/perf.c b/perform/perf.c index b029059..086defa 100644 --- a/perform/perf.c +++ b/perform/perf.c @@ -8,6 +8,7 @@ */ #include "hdf5.h" +#include "H5private.h" #ifdef H5_HAVE_PARALLEL #include <stdio.h> #include <stdlib.h> |