summaryrefslogtreecommitdiffstats
path: root/src/H5Bprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Bprivate.h')
-rw-r--r--src/H5Bprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Bprivate.h b/src/H5Bprivate.h
index b6e31a8..3a029e4 100644
--- a/src/H5Bprivate.h
+++ b/src/H5Bprivate.h
@@ -19,7 +19,7 @@
#include "H5Bproto.h" /*API prototypes */
-
+#include "H5Fprivate.h"
#define H5B_MAGIC "TREE" /* tree node magic number */
#define H5B_HDR_SIZE(F) (8+2*H5F_SIZEOF_OFFSET(F))