From 123072a92229cdcef9edeb1f3860297febdfe98f Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 10 Oct 2000 02:44:33 -0500 Subject: [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) --- test/istore.c | 4 +++- tools/h5debug.c | 4 +++- 2 files changed, 6 insertions(+), 2 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 #include #include #include #include -#include +#include #include #include #include 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 #include #include #include -#include +#include #include #include #include -- cgit v0.12