summaryrefslogtreecommitdiffstats
path: root/src/H5Dio.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-12-18 21:34:34 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-12-18 21:34:34 (GMT)
commitf60e8bb05e3203054e27bf41d0ebc657537736ed (patch)
treea4cf82af6a2dc2c77858c4b49b0838ed4212a5b2 /src/H5Dio.c
parentb486fd10a44df052c8c2f030ab8c2c25dfa0f8a2 (diff)
downloadhdf5-f60e8bb05e3203054e27bf41d0ebc657537736ed.zip
hdf5-f60e8bb05e3203054e27bf41d0ebc657537736ed.tar.gz
hdf5-f60e8bb05e3203054e27bf41d0ebc657537736ed.tar.bz2
Moved the optional enums to H5VLnative.h and converted to an int
typedef and a set of #defines.
Diffstat (limited to 'src/H5Dio.c')
-rw-r--r--src/H5Dio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c
index 037d443..026f64e 100644
--- a/src/H5Dio.c
+++ b/src/H5Dio.c
@@ -29,6 +29,7 @@
#include "H5Iprivate.h" /* IDs */
#include "H5MMprivate.h" /* Memory management */
#include "H5Sprivate.h" /* Dataspace */
+#include "H5VLnative.h" /* Native VOL connector */
#ifdef H5_HAVE_PARALLEL
/* Remove this if H5R_DATASET_REGION is no longer used in this file */