diff options
Diffstat (limited to 'src/H5FDlog.c')
-rw-r--r-- | src/H5FDlog.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c index 873b44c..29bfc51 100644 --- a/src/H5FDlog.c +++ b/src/H5FDlog.c @@ -18,9 +18,10 @@ #include "H5Eprivate.h" /*error handling */ #include "H5Fprivate.h" /*files */ #include "H5FDprivate.h" /*file driver */ -#include "H5FDlog.h" /* logging file driver */ +#include "H5FDlog.h" /* logging file driver */ #include "H5FLprivate.h" /*Free Lists */ -#include "H5MMprivate.h" /* Memory allocation */ +#include "H5Iprivate.h" /*object IDs */ +#include "H5MMprivate.h" /* Memory allocation */ #include "H5Pprivate.h" /*property lists */ |