Added include of <rtems/posix/priority.h> so a macro would expand

and eliminate a link error.
This commit is contained in:
Joel Sherrill
1999-01-26 16:00:04 +00:00
parent 39ba912277
commit d90df9aa2b
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include <rtems/system.h>
#include <rtems/posix/pthread.h>
#include <rtems/posix/priority.h>
int pthread_getschedparam(
pthread_t thread,

View File

@@ -19,6 +19,7 @@
#include <rtems/system.h>
#include <rtems/posix/pthread.h>
#include <rtems/posix/priority.h>
int pthread_getschedparam(
pthread_t thread,