diff options
Diffstat (limited to 'src/H5VLnative_group.c')
-rw-r--r-- | src/H5VLnative_group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLnative_group.c b/src/H5VLnative_group.c index 20b1b79..9c07b3d 100644 --- a/src/H5VLnative_group.c +++ b/src/H5VLnative_group.c @@ -25,7 +25,7 @@ #include "H5Pprivate.h" /* Property lists */ #include "H5VLprivate.h" /* Virtual Object Layer */ -#include "H5VLnative.h" /* Native VOL connector */ +#include "H5VLnative_private.h" /* Native VOL connector */ |