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