Include missing header file

This commit is contained in:
Sebastian Huber 2014-09-23 07:14:19 +02:00
parent 9a937f4ddb
commit 6b475ce4b8

View File

@ -201,6 +201,9 @@ struct rusage_ext {
* This is what is put to sleep and reactivated.
* Thread context. Processes may have multiple threads.
*/
#ifdef __rtems__
#include <rtems/chain.h>
#endif /* __rtems__ */
struct thread {
#ifdef __rtems__
rtems_chain_node td_node;