summaryrefslogtreecommitdiffstats
path: root/src/H5Sall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Sall.c')
-rw-r--r--src/H5Sall.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/H5Sall.c b/src/H5Sall.c
index f3ca1e5..f4d75f9 100644
--- a/src/H5Sall.c
+++ b/src/H5Sall.c
@@ -7,10 +7,13 @@
*
* Purpose: "All" selection data space I/O functions.
*/
+
+#define H5S_PACKAGE /*suppress error about including H5Spkg */
+
#include <H5private.h>
#include <H5Eprivate.h>
#include <H5Iprivate.h>
-#include <H5Sprivate.h>
+#include <H5Spkg.h>
#include <H5Vprivate.h>
#include <H5Dprivate.h>