mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 11:55:36 +08:00
Include missing header file
This commit is contained in:
@@ -201,6 +201,9 @@ struct rusage_ext {
|
|||||||
* This is what is put to sleep and reactivated.
|
* This is what is put to sleep and reactivated.
|
||||||
* Thread context. Processes may have multiple threads.
|
* Thread context. Processes may have multiple threads.
|
||||||
*/
|
*/
|
||||||
|
#ifdef __rtems__
|
||||||
|
#include <rtems/chain.h>
|
||||||
|
#endif /* __rtems__ */
|
||||||
struct thread {
|
struct thread {
|
||||||
#ifdef __rtems__
|
#ifdef __rtems__
|
||||||
rtems_chain_node td_node;
|
rtems_chain_node td_node;
|
||||||
|
Reference in New Issue
Block a user