commit | 17c119a5e30631716773eb96ce3e8b507daf4a41 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Fri Dec 08 16:55:03 2023 +0000 |
committer | Paul Elliott <paul.elliott@arm.com> | Fri Jan 05 21:04:52 2024 +0000 |
tree | c62382a0a79d059728570afd2445da7ff46c8344 | |
parent | a021d63bf7f5b33fc2e4b567a8db99de049318f2 [diff] [blame] |
Migrate to threading_helpers.h Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/tests/src/threading_helpers.c b/tests/src/threading_helpers.c index 5fbf65b..3805934 100644 --- a/tests/src/threading_helpers.c +++ b/tests/src/threading_helpers.c
@@ -6,6 +6,7 @@ */ #include <test/helpers.h> +#include <test/threading_helpers.h> #include <test/macros.h> #if defined(MBEDTLS_TEST_MUTEX_USAGE)