summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-26 16:00:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-26 16:00:04 +0000
commitd90df9aa2b13be6443350272894ca1fea1d20d59 (patch)
tree79567d0c98fb10980585de5ad764a52f0baba57d /cpukit/posix
parentChanged prototype of rtems_bsdnet_makeFdForSocket to (void *) pointer (diff)
downloadrtems-d90df9aa2b13be6443350272894ca1fea1d20d59.tar.bz2
Added include of <rtems/posix/priority.h> so a macro would expand
and eliminate a link error.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/src/pthreadgetschedparam.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/src/pthreadgetschedparam.c b/cpukit/posix/src/pthreadgetschedparam.c
index 00a6f65641..7287d09a36 100644
--- a/cpukit/posix/src/pthreadgetschedparam.c
+++ b/cpukit/posix/src/pthreadgetschedparam.c
@@ -19,6 +19,7 @@
#include <rtems/system.h>
#include <rtems/posix/pthread.h>
+#include <rtems/posix/priority.h>
int pthread_getschedparam(
pthread_t thread,