forked from Imagelibrary/rtems
When compiled in debug mode, the POSIX threads inline file was not
included and we ended up with undefined references.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/posix/pthread.h>
|
||||
#include <rtems/score/thread.h>
|
||||
|
||||
int pthread_equal(
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/posix/pthread.h>
|
||||
#include <rtems/score/thread.h>
|
||||
|
||||
int pthread_equal(
|
||||
|
||||
Reference in New Issue
Block a user