mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 03:13:58 +08:00
Include missing header file
This commit is contained in:
parent
9a937f4ddb
commit
6b475ce4b8
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user