mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-06 02:40:19 +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.
|
||||
* Thread context. Processes may have multiple threads.
|
||||
*/
|
||||
#ifdef __rtems__
|
||||
#include <rtems/chain.h>
|
||||
#endif /* __rtems__ */
|
||||
struct thread {
|
||||
#ifdef __rtems__
|
||||
rtems_chain_node td_node;
|
||||
|
Loading…
x
Reference in New Issue
Block a user