summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-12-19 20:55:21 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-12-19 20:55:21 (GMT)
commit33345b835c1cbe96a41c7395ed76af23ea5673d3 (patch)
tree3ea49c81a731225aab1120a2f471d4e7f9325ff2 /src/H5Fint.c
parentfc7f4e59aa233e06e8ca7c3c334bb539c62079e5 (diff)
parentf60e8bb05e3203054e27bf41d0ebc657537736ed (diff)
downloadhdf5-33345b835c1cbe96a41c7395ed76af23ea5673d3.zip
hdf5-33345b835c1cbe96a41c7395ed76af23ea5673d3.tar.gz
hdf5-33345b835c1cbe96a41c7395ed76af23ea5673d3.tar.bz2
Merge pull request #1393 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_optional_enum_to_macros to develop
* commit 'f60e8bb05e3203054e27bf41d0ebc657537736ed': Moved the optional enums to H5VLnative.h and converted to an int typedef and a set of #defines.
Diffstat (limited to 'src/H5Fint.c')
-rw-r--r--src/H5Fint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fint.c b/src/H5Fint.c
index c0a9dc3..ddeddb6 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -38,6 +38,7 @@
#include "H5SMprivate.h" /* Shared Object Header Messages */
#include "H5Tprivate.h" /* Datatypes */
#include "H5VLprivate.h" /* Virtual Object Layer */
+#include "H5VLnative.h" /* Native VOL connector */
/****************/