summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-03 22:33:28 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-11 20:32:40 (GMT)
commitc0fa07fd9fc1c4b0aab116c6c278142384a440b9 (patch)
tree283344727769a5e31c0787c94e349e767c20bea9 /src
parentc97981da3620cff7f789516dd9dff5ffde86d6d8 (diff)
downloadhdf5-c0fa07fd9fc1c4b0aab116c6c278142384a440b9.zip
hdf5-c0fa07fd9fc1c4b0aab116c6c278142384a440b9.tar.gz
hdf5-c0fa07fd9fc1c4b0aab116c6c278142384a440b9.tar.bz2
src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.
test/thread_id.c: move threads_failure() inside #ifdefs.
Diffstat (limited to 'src')
-rw-r--r--src/H5Eint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Eint.c b/src/H5Eint.c
index 7e144c8..735f0f2 100644
--- a/src/H5Eint.c
+++ b/src/H5Eint.c
@@ -37,6 +37,7 @@
#include "H5Epkg.h" /* Error handling */
#include "H5Iprivate.h" /* IDs */
#include "H5MMprivate.h" /* Memory management */
+#include "H5TSprivate.h" /* Thread stuff */
/****************/