summaryrefslogtreecommitdiffstats
path: root/src/H5Eint.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-03 22:33:28 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-02-03 22:33:28 (GMT)
commitcefacee21b5ad569e2394b32793648e1b80f3d6b (patch)
treefe6f4535f5171c257b20c3ee00507062e0ac5004 /src/H5Eint.c
parenta20b68b25796d94f1159156acf97322326565c93 (diff)
downloadhdf5-cefacee21b5ad569e2394b32793648e1b80f3d6b.zip
hdf5-cefacee21b5ad569e2394b32793648e1b80f3d6b.tar.gz
hdf5-cefacee21b5ad569e2394b32793648e1b80f3d6b.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/H5Eint.c')
-rw-r--r--src/H5Eint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Eint.c b/src/H5Eint.c
index ce6675e..2aedc17 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 */
/****************/