diff options
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r-- | src/H5Pfapl.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c index cac1f35..e606fc3 100644 --- a/src/H5Pfapl.c +++ b/src/H5Pfapl.c @@ -45,7 +45,10 @@ /* 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 */ -#include "H5VLnative.h" /* Native HDF5 VOL plugin */ + +/* Includes needed to set as default VOL driver */ +#include "H5VLnative.h" /* Native H5 VOL plugin */ + #ifdef H5_HAVE_WINDOWS #include "H5FDwindows.h" /* Windows buffered I/O */ #endif |