diff options
Diffstat (limited to 'src/H5FDstream.c')
-rw-r--r-- | src/H5FDstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDstream.c b/src/H5FDstream.c index 9492abd..9bcf627 100644 --- a/src/H5FDstream.c +++ b/src/H5FDstream.c @@ -27,7 +27,7 @@ #include "H5private.h" /* Generic Functions */ #include "H5Eprivate.h" /* Error handling */ -#include "H5FDpublic.h" /* Public file drivers */ +#include "H5FDprivate.h" /* File drivers */ #include "H5FDstream.h" /* Stream file driver */ #include "H5Iprivate.h" /* IDs */ #include "H5MMprivate.h" /* Memory management */ |