summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-04-07 17:13:12 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-04-07 17:13:12 (GMT)
commita96849027a93bd2b8011b763f9e4975676a14965 (patch)
tree9099788a4b3494dbc66137ee40b0b31aa3da9a3d /src/hdf5.h
parent17c7cf94755aabd4885a3cbd287e65240ab04b49 (diff)
downloadhdf5-a96849027a93bd2b8011b763f9e4975676a14965.zip
hdf5-a96849027a93bd2b8011b763f9e4975676a14965.tar.gz
hdf5-a96849027a93bd2b8011b763f9e4975676a14965.tar.bz2
Brings thread-safety changes from develop
Diffstat (limited to 'src/hdf5.h')
-rw-r--r--src/hdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index c19e8aa..2e7caf9 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -37,6 +37,7 @@
#include "H5Rpublic.h" /* References */
#include "H5Spublic.h" /* Dataspaces */
#include "H5Tpublic.h" /* Datatypes */
+#include "H5TSpublic.h" /* Thread-safety */
#include "H5VLpublic.h" /* Virtual Object Layer */
#include "H5Zpublic.h" /* Data filters */