aboutsummaryrefslogtreecommitdiffstats
path: root/test/nil/test_root.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/nil/test_root.h')
-rw-r--r--test/nil/test_root.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nil/test_root.h b/test/nil/test_root.h
index 51a100922..f3ae952d6 100644
--- a/test/nil/test_root.h
+++ b/test/nil/test_root.h
@@ -48,6 +48,7 @@ extern const testcase_t * const *test_suite[];
extern "C" {
#endif
extern semaphore_t gsem1, gsem2;
+ extern thread_reference_t gtr1;
extern THD_WORKING_AREA(wa_test_support, 128);
THD_FUNCTION(test_support, arg);
#ifdef __cplusplus