summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-10-10 07:44:33 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-10-10 07:44:33 (GMT)
commit123072a92229cdcef9edeb1f3860297febdfe98f (patch)
treec9a92799ee629c908253fc6b592e5dd34f975d6f /test
parentba28c64ba7b36ee8a98c2f312f87fa1424f9a07c (diff)
downloadhdf5-123072a92229cdcef9edeb1f3860297febdfe98f.zip
hdf5-123072a92229cdcef9edeb1f3860297febdfe98f.tar.gz
hdf5-123072a92229cdcef9edeb1f3860297febdfe98f.tar.bz2
[svn-r2653] Purpose:
No change. Description: Must've added some debuging printf's and then took them out in a way which triggered CVS. Platforms tested: Solaris 2.6 (baldric) & FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'test')
-rw-r--r--test/istore.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/istore.c b/test/istore.c
index 1fa84b5..c6d7b9a 100644
--- a/test/istore.c
+++ b/test/istore.c
@@ -7,12 +7,14 @@
*
* Purpose: Tests various aspects of indexed raw data storage.
*/
+#define H5F_PACKAGE /*suppress error about including H5Fpkg */
+
#include <h5test.h>
#include <H5private.h>
#include <H5Dprivate.h>
#include <H5Iprivate.h>
#include <H5Pprivate.h>
-#include <H5Fprivate.h>
+#include <H5Fpkg.h>
#include <H5Gprivate.h>
#include <H5MMprivate.h>
#include <H5Oprivate.h>