summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 1c01070..0fea13c 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -30,6 +30,7 @@ static char RcsId[] = "@(#)$Revision$";
#include <H5FDmulti.h> /*multiple files partitioned by mem usage */
#include <H5FDsec2.h> /*Posix unbuffered I/O */
#include <H5FDstdio.h> /* Standard C buffered I/O */
+#include <H5FDlog.h> /* sec2 driver with logging, for debugging */
/* Packages needed by this file... */
#include <H5private.h> /*library functions */