summaryrefslogtreecommitdiff
path: root/testsuites/validation/tc-task-construct-errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-task-construct-errors.c')
-rw-r--r--testsuites/validation/tc-task-construct-errors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/validation/tc-task-construct-errors.c b/testsuites/validation/tc-task-construct-errors.c
index e6f8c5faa5..c31ee29fb8 100644
--- a/testsuites/validation/tc-task-construct-errors.c
+++ b/testsuites/validation/tc-task-construct-errors.c
@@ -57,6 +57,8 @@
#include <rtems/score/apimutex.h>
#include <rtems/score/threadimpl.h>
+#include "tx-support.h"
+
#include <rtems/test.h>
/**
@@ -278,8 +280,6 @@ static const char * const * const RtemsTaskReqConstructErrors_PreDesc[] = {
#define NAME rtems_build_name( 'T', 'E', 'S', 'T' )
-#define INVALID_ID 0xffffffff
-
typedef RtemsTaskReqConstructErrors_Context Context;
static _Thread_local int tls_variable;