diff options
Diffstat (limited to 'src/H5FDfphdf5.c')
-rw-r--r-- | src/H5FDfphdf5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDfphdf5.c b/src/H5FDfphdf5.c index 0ec8e32..9309c05 100644 --- a/src/H5FDfphdf5.c +++ b/src/H5FDfphdf5.c @@ -20,6 +20,7 @@ #include "H5FDprivate.h" /* File driver */ #include "H5FDfphdf5.h" /* Flexible PHDF5 I/O file driver */ #include "H5FDmpio.h" /* MPI I/O file driver */ +#include "H5FDprivate.h" /* File drivers */ #include "H5Iprivate.h" /* Object IDs */ #include "H5MMprivate.h" /* Memory allocation */ #include "H5Pprivate.h" /* Property lists */ |