summaryrefslogtreecommitdiffstats
path: root/test/earray.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/earray.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/earray.c')
-rw-r--r--test/earray.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/earray.c b/test/earray.c
index 4831f5f..5eb4adb 100644
--- a/test/earray.c
+++ b/test/earray.c
@@ -26,6 +26,14 @@
#define H5EA_TESTING
#include "H5EApkg.h" /* Extensible Arrays */
+/*
+ * 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" /* IDs */
#include "H5VMprivate.h" /* Vectors and arrays */