summaryrefslogtreecommitdiffstats
path: root/src/H5MFsection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5MFsection.c')
-rw-r--r--src/H5MFsection.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/H5MFsection.c b/src/H5MFsection.c
index 3b81960..03d1112 100644
--- a/src/H5MFsection.c
+++ b/src/H5MFsection.c
@@ -25,10 +25,11 @@
/***********/
/* Headers */
/***********/
-#include "H5private.h" /* Generic Functions */
-#include "H5Eprivate.h" /* Error handling */
-#include "H5Fpkg.h" /* File access */
-#include "H5MFpkg.h" /* File memory management */
+#include "H5private.h" /* Generic Functions */
+#include "H5Eprivate.h" /* Error handling */
+#include "H5Fpkg.h" /* File access */
+#include "H5FLprivate.h" /* Free Lists */
+#include "H5MFpkg.h" /* File memory management */
/****************/
/* Local Macros */