diff options
Diffstat (limited to 'src/H5FDfamily.c')
-rw-r--r-- | src/H5FDfamily.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDfamily.c b/src/H5FDfamily.c index 6f12863..7f4b160 100644 --- a/src/H5FDfamily.c +++ b/src/H5FDfamily.c @@ -24,6 +24,7 @@ #include <H5private.h> /*library functions */ #include <H5Eprivate.h> /*error handling */ #include <H5Fprivate.h> /*files */ +#include <H5FDprivate.h> /*file driver */ #include <H5FDfamily.h> /* Family file driver */ #include <H5MMprivate.h> /* Memory allocation */ #include <H5Pprivate.h> /*property lists */ |