summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-03-16 17:57:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-03-16 17:57:46 (GMT)
commitb1cd5f4f8a305b295e3a5aecc5ce7e7d9cd9e8c6 (patch)
treeb15d7ff77e1dde6c79cbe05839ac5344168cd5ab /src/hdf5.h
parent25281fc525faf80c9bf96729d3616c2eded6e9fa (diff)
downloadhdf5-b1cd5f4f8a305b295e3a5aecc5ce7e7d9cd9e8c6.zip
hdf5-b1cd5f4f8a305b295e3a5aecc5ce7e7d9cd9e8c6.tar.gz
hdf5-b1cd5f4f8a305b295e3a5aecc5ce7e7d9cd9e8c6.tar.bz2
[svn-r26460] HDFFV-8520: Add api to control plugins
h5committest
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 ef15063..fb41007 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 */