summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c
index 0e40603..c6387a3 100644
--- a/src/H5Pfapl.c
+++ b/src/H5Pfapl.c
@@ -42,14 +42,14 @@
#include "H5VLprivate.h" /* VOL plugins */
/* Includes needed to set as default file driver */
-#include "H5FDsec2.h" /* Posix unbuffered I/O file driver */
+#include "H5FDsec2.h" /* POSIX unbuffered I/O */
#include "H5FDstdio.h" /* Standard C buffered I/O */
#ifdef H5_HAVE_WINDOWS
#include "H5FDwindows.h" /* Win32 I/O */
#endif
/* Includes needed to set the default VOL plugin */
-#include "H5VLnative.h" /* Native HDF5 file VOL plugin */
+#include "H5VLnative_private.h" /* Native VOL plugin */
/****************/