summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:58:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:58:27 +0000
commit2df1974a279e31c8d35cd8e9f0ace67cfa66c71d (patch)
tree52ac3c07fd0d1cb69290fb4e4249fbbdc04fa4aa /c/src
parentRemoved alarm(), killinfo() and pause() because they are now in their own file. (diff)
downloadrtems-2df1974a279e31c8d35cd8e9f0ace67cfa66c71d.tar.bz2
Added include of rtems/posix/cancel.h.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/posix/src/pthread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/pthread.c b/c/src/exec/posix/src/pthread.c
index dc6cd59947..f97b3a805d 100644
--- a/c/src/exec/posix/src/pthread.c
+++ b/c/src/exec/posix/src/pthread.c
@@ -13,6 +13,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/userext.h>
#include <rtems/score/wkspace.h>
+#include <rtems/posix/cancel.h>
#include <rtems/posix/pthread.h>
#include <rtems/posix/priority.h>
#include <rtems/posix/psignal.h>