forked from Imagelibrary/rtems
Added include of <rtems/posix/priority.h> so a macro would expand
and eliminate a link error.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/posix/pthread.h>
|
||||
#include <rtems/posix/priority.h>
|
||||
|
||||
int pthread_getschedparam(
|
||||
pthread_t thread,
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/posix/pthread.h>
|
||||
#include <rtems/posix/priority.h>
|
||||
|
||||
int pthread_getschedparam(
|
||||
pthread_t thread,
|
||||
|
||||
Reference in New Issue
Block a user