summaryrefslogtreecommitdiffstats
path: root/test/btree2.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-08 16:44:20 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-08 16:44:20 (GMT)
commite424a22c1d2e839e7feab1f040dc0914fc416f1f (patch)
treeb9e9a11e9ff2744fdd32c1f40c1ee9b0c34a7538 /test/btree2.c
parent05d51c036140f94a07efb75aab9675b3b4bd5ef0 (diff)
downloadhdf5-e424a22c1d2e839e7feab1f040dc0914fc416f1f.zip
hdf5-e424a22c1d2e839e7feab1f040dc0914fc416f1f.tar.gz
hdf5-e424a22c1d2e839e7feab1f040dc0914fc416f1f.tar.bz2
[svn-r25578] include H5Fpkg.h in tests that use the H5F_t struct.
Diffstat (limited to 'test/btree2.c')
-rw-r--r--test/btree2.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/btree2.c b/test/btree2.c
index 7c5f54a..0fad793 100644
--- a/test/btree2.c
+++ b/test/btree2.c
@@ -26,6 +26,14 @@
#define H5B2_TESTING
#include "H5B2pkg.h"
+/*
+ * This file needs to access private information from the H5F package.
+ * This file also needs to access the file testing code.
+ */
+#define H5F_PACKAGE
+#define H5F_TESTING
+#include "H5Fpkg.h" /* File access */
+
/* Other private headers that this test requires */
#include "H5Iprivate.h"