summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c
index d2e80f2..81dba0c 100644
--- a/src/H5Pfapl.c
+++ b/src/H5Pfapl.c
@@ -44,7 +44,9 @@
/* Includes needed to set as default file driver */
#include "H5FDsec2.h" /* Posix unbuffered I/O file driver */
#include "H5FDstdio.h" /* Standard C buffered I/O */
+#ifdef H5_HAVE_WINDOWS
#include "H5FDwindows.h" /* Windows buffered I/O */
+#endif
/****************/