diff options
author | Quincey Koziol <koziol@lbl.gov> | 2021-01-23 02:40:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 02:40:40 (GMT) |
commit | b516921b7d92fe678f0639da21cb2335599c9230 (patch) | |
tree | 3d96bcf009de6365e57f4c830e6448e14fc5ae6a /src | |
parent | a8ee85971b4251a3383d82fdd68bf150e0acad39 (diff) | |
download | hdf5-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |