summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2016-12-13 17:54:34 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2016-12-13 17:54:34 (GMT)
commit669b89ba0defe95e8948cb4917ed071d74932749 (patch)
treefc1289f0cc40d20775b4b137ad5247ada07c8b46 /src/hdf5.h
parent3889eeb5c86376fa677d48c8156584435f5cea66 (diff)
downloadhdf5-669b89ba0defe95e8948cb4917ed071d74932749.zip
hdf5-669b89ba0defe95e8948cb4917ed071d74932749.tar.gz
hdf5-669b89ba0defe95e8948cb4917ed071d74932749.tar.bz2
Split H5VLdaosm.h into public and private headers, to remove the need
for the application to include daos.h. Fix bugs in examples.
Diffstat (limited to 'src/hdf5.h')
-rw-r--r--src/hdf5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index b7580bc..7d3e74b 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -44,7 +44,7 @@
/* FastForward headers */
#include "H5FFpublic.h" /* FastForward wrappers */
#include "H5TRpublic.h" /* Transactions */
-#include "H5VLdaosm.h" /* DAOS-M VOL plugin */
+#include "H5VLdaosm_public.h" /* DAOS-M VOL plugin */
/* Predefined VOL plugins */
#include "H5VLnative.h" /* Native HDF5 plugin */