summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-message-construct-errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-message-construct-errors.c')
-rw-r--r--testsuites/validation/tc-message-construct-errors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/validation/tc-message-construct-errors.c b/testsuites/validation/tc-message-construct-errors.c
index 08385963fa..570160b947 100644
--- a/testsuites/validation/tc-message-construct-errors.c
+++ b/testsuites/validation/tc-message-construct-errors.c
@@ -55,6 +55,8 @@
#include <rtems.h>
#include <string.h>
+#include "tx-support.h"
+
#include <rtems/test.h>
/**
@@ -234,8 +236,6 @@ static const char * const * const RtemsMessageReqConstructErrors_PreDesc[] = {
#define NAME rtems_build_name( 'T', 'E', 'S', 'T' )
-#define INVALID_ID 0xffffffff
-
#define MAX_MESSAGE_QUEUES 4
#define MAX_PENDING_MESSAGES 1