summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadjoin.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-18 14:13:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:45:58 +0200
commita1b4752869543806a84de5e9cab0d42f95b47531 (patch)
tree8ba1fcae9558694b1e6ad0102c7696ea3cf41353 /cpukit/posix/src/pthreadjoin.c
parentscore: Include missing header files (diff)
downloadrtems-a1b4752869543806a84de5e9cab0d42f95b47531.tar.bz2
posix: Include missing header files
Diffstat (limited to 'cpukit/posix/src/pthreadjoin.c')
-rw-r--r--cpukit/posix/src/pthreadjoin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadjoin.c b/cpukit/posix/src/pthreadjoin.c
index cd8c40af18..cbc6e17775 100644
--- a/cpukit/posix/src/pthreadjoin.c
+++ b/cpukit/posix/src/pthreadjoin.c
@@ -24,8 +24,9 @@
#include <errno.h>
#include <rtems/system.h>
-#include <rtems/score/thread.h>
#include <rtems/posix/pthread.h>
+#include <rtems/score/thread.h>
+#include <rtems/score/threadq.h>
int pthread_join(
pthread_t thread,