summaryrefslogtreecommitdiffstats
path: root/tools/h5debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5debug.c')
-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>