summaryrefslogtreecommitdiffstats
path: root/src/H5Oint.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-10-22 15:59:07 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-10-22 15:59:07 (GMT)
commit8a12b57483854929dd9ccbcf107dd1051c6c3a12 (patch)
tree0eed4b85b7088b8c4e357804802627ff61fdc887 /src/H5Oint.c
parent5f99891e6dc59524fb6e43ca96a86df22b403c61 (diff)
parentb33a2e7dfe76a2947c12462adb40c88af9c92e75 (diff)
downloadhdf5-8a12b57483854929dd9ccbcf107dd1051c6c3a12.zip
hdf5-8a12b57483854929dd9ccbcf107dd1051c6c3a12.tar.gz
hdf5-8a12b57483854929dd9ccbcf107dd1051c6c3a12.tar.bz2
Merge pull request #1300 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to develop
* commit 'b33a2e7dfe76a2947c12462adb40c88af9c92e75': Fixed warnings in the VOL example and run it from the script. Split H5VLnative.h into public and private files and updated
Diffstat (limited to 'src/H5Oint.c')
-rw-r--r--src/H5Oint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oint.c b/src/H5Oint.c
index c569226..30fe127 100644
--- a/src/H5Oint.c
+++ b/src/H5Oint.c
@@ -43,7 +43,7 @@
#endif /* H5O_ENABLE_BOGUS */
#include "H5Opkg.h" /* Object headers */
#include "H5VLprivate.h" /* Virtual Object Layer */
-#include "H5VLnative.h" /* Virtual Object Layer (native) */
+#include "H5VLnative_private.h" /* Native VOL driver */
/****************/