summaryrefslogtreecommitdiffstats
path: root/src/H5Gint.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-16 16:54:11 (GMT)
committerGitHub <noreply@github.com>2021-06-16 16:54:11 (GMT)
commite4e9bb70db3ee275977caad4b494021af41619d7 (patch)
tree7129b7c8604f518f95ec6dcea55c79f80b78f8e3 /src/H5Gint.c
parentdfe4f2903b947eea31ed228279192609ca07f35e (diff)
downloadhdf5-e4e9bb70db3ee275977caad4b494021af41619d7.zip
hdf5-e4e9bb70db3ee275977caad4b494021af41619d7.tar.gz
hdf5-e4e9bb70db3ee275977caad4b494021af41619d7.tar.bz2
Fixes some H5SL include statements (#758)
Diffstat (limited to 'src/H5Gint.c')
-rw-r--r--src/H5Gint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Gint.c b/src/H5Gint.c
index dab7a54..90a2c6b 100644
--- a/src/H5Gint.c
+++ b/src/H5Gint.c
@@ -38,6 +38,7 @@
#include "H5Iprivate.h" /* IDs */
#include "H5Lprivate.h" /* Links */
#include "H5MMprivate.h" /* Memory management */
+#include "H5SLprivate.h" /* Skip lists */
/****************/
/* Local Macros */