summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxbarrier01
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-28 02:29:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-28 02:29:19 +0000
commit51d7b75ff599725b75536e1c87f0928a760d6f63 (patch)
treea6330d6e4c2eb32da1266638cd4cdf50c0d05258 /testsuites/psxtests/psxbarrier01
parent2009-10-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-51d7b75ff599725b75536e1c87f0928a760d6f63.tar.bz2
2009-10-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxbarrier01/test.c: Include <tmacros.h>
Diffstat (limited to 'testsuites/psxtests/psxbarrier01')
-rw-r--r--testsuites/psxtests/psxbarrier01/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxbarrier01/test.c b/testsuites/psxtests/psxbarrier01/test.c
index 7ddc99b912..b583631c7a 100644
--- a/testsuites/psxtests/psxbarrier01/test.c
+++ b/testsuites/psxtests/psxbarrier01/test.c
@@ -19,6 +19,8 @@
/* #define __USE_XOPEN2K XXX already defined on GNU/Linux */
#include <pthread.h>
+#include "tmacros.h"
+
#define NUMBER_THREADS 2
pthread_t ThreadIds[NUMBER_THREADS];
pthread_barrier_t Barrier;