summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-03-05 16:09:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-03-05 16:09:22 (GMT)
commit5be5a4d83274bbfd4a82795cc14beb0209d18a36 (patch)
tree632a252f8d2068806284bb342de16ff27a8a7e40 /src/hdf5.h
parentda1bfda6458cd8482eb73606d7085b66dd88b58c (diff)
downloadhdf5-5be5a4d83274bbfd4a82795cc14beb0209d18a36.zip
hdf5-5be5a4d83274bbfd4a82795cc14beb0209d18a36.tar.gz
hdf5-5be5a4d83274bbfd4a82795cc14beb0209d18a36.tar.bz2
[svn-r26365] HDFFV-8520: Add plugin control APIs.
Update windows WiX packaging. h5committested
Diffstat (limited to 'src/hdf5.h')
-rw-r--r--src/hdf5.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index a37329d..7a10507 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -33,7 +33,8 @@
#include "H5Lpublic.h" /* Links */
#include "H5MMpublic.h" /* Memory management */
#include "H5Opublic.h" /* Object headers */
-#include "H5Ppublic.h" /* Property lists */
+#include "H5Ppublic.h" /* Property lists */
+#include "H5PLpublic.h" /* Plugins */
#include "H5Rpublic.h" /* References */
#include "H5Spublic.h" /* Dataspaces */
#include "H5Tpublic.h" /* Datatypes */