diff options
Diffstat (limited to 'src/hdf5.h')
-rw-r--r-- | src/hdf5.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -52,7 +52,8 @@ #include "H5FDwindows.h" /* Win32 I/O */ #endif -/* Virtual object layer drivers */ -#include "H5VLnative.h" /* Native VOL driver */ +/* Virtual object layer (VOL) connectors */ +#include "H5VLnative.h" /* Native VOL connector */ +#include "H5VLpassthru.h" /* Pass-through VOL connector */ #endif |