summaryrefslogtreecommitdiffstats
path: root/src/H5FSsection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FSsection.c')
-rw-r--r--src/H5FSsection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5FSsection.c b/src/H5FSsection.c
index 9bf2af0..57022a2 100644
--- a/src/H5FSsection.c
+++ b/src/H5FSsection.c
@@ -29,8 +29,10 @@
#include "H5private.h" /* Generic Functions */
#include "H5Eprivate.h" /* Error handling */
#include "H5Fpkg.h" /* File access */
+#include "H5FLprivate.h" /* Free Lists */
#include "H5FSpkg.h" /* File free space */
#include "H5MFprivate.h" /* File memory management */
+#include "H5SLprivate.h" /* Skip Lists */
#include "H5VMprivate.h" /* Vectors and arrays */
/****************/