summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/h5debug.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/h5debug.c b/tools/h5debug.c
index ff6b5fe..07ff6b4 100644
--- a/tools/h5debug.c
+++ b/tools/h5debug.c
@@ -14,11 +14,13 @@
*
*-------------------------------------------------------------------------
*/
+#define H5F_PACKAGE /*suppress error about including H5Fpkg */
+
#include <H5private.h>
#include <H5Iprivate.h>
#include <H5Bprivate.h>
#include <H5Pprivate.h>
-#include <H5Fprivate.h>
+#include <H5Fpkg.h>
#include <H5Gprivate.h>
#include <H5HGprivate.h>
#include <H5HLprivate.h>