summaryrefslogtreecommitdiffstats
path: root/test
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 /test
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 'test')
-rw-r--r--test/vol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vol.c b/test/vol.c
index ad65a62..0ef84c5 100644
--- a/test/vol.c
+++ b/test/vol.c
@@ -19,7 +19,7 @@
*/
#include "h5test.h"
-#include "H5VLnative.h"
+#include "H5VLnative_private.h"
#define NATIVE_VOL_TEST_FILENAME "native_vol_test"