summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5G.c')
-rw-r--r--src/H5G.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5G.c b/src/H5G.c
index 5d2366a..02cb036 100644
--- a/src/H5G.c
+++ b/src/H5G.c
@@ -71,7 +71,10 @@
*
*-------------------------------------------------------------------------
*/
+
#define H5G_PACKAGE /*suppress error message about including H5Gpkg.h */
+#define H5F_PACKAGE /*suppress error about including H5Fpkg */
+
/* Packages needed by this file... */
#include <H5private.h>
@@ -79,6 +82,7 @@
#include <H5Bprivate.h>
#include <H5Dprivate.h>
#include <H5Eprivate.h>
+#include <H5Fpkg.h> /*file access */
#include <H5FLprivate.h> /*Free Lists */
#include <H5Gpkg.h>
#include <H5HLprivate.h>