summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2021-01-23 02:40:40 (GMT)
committerGitHub <noreply@github.com>2021-01-23 02:40:40 (GMT)
commitb516921b7d92fe678f0639da21cb2335599c9230 (patch)
tree3d96bcf009de6365e57f4c830e6448e14fc5ae6a /src
parenta8ee85971b4251a3383d82fdd68bf150e0acad39 (diff)
downloadhdf5-b516921b7d92fe678f0639da21cb2335599c9230.zip
hdf5-b516921b7d92fe678f0639da21cb2335599c9230.tar.gz
hdf5-b516921b7d92fe678f0639da21cb2335599c9230.tar.bz2
Add H5ESpublic.h to main hdf5.h header (#278)
Diffstat (limited to 'src')
-rw-r--r--src/hdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index f22aa2a..714e862 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -24,6 +24,7 @@
#include "H5ACpublic.h" /* Metadata cache */
#include "H5Dpublic.h" /* Datasets */
#include "H5Epublic.h" /* Errors */
+#include "H5ESpublic.h" /* Event Sets */
#include "H5Fpublic.h" /* Files */
#include "H5FDpublic.h" /* File drivers */
#include "H5Gpublic.h" /* Groups */