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