From 6b475ce4b83f613a9c38e2ab709a212bd7c25e07 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Sep 2014 07:14:19 +0200 Subject: Include missing header file --- freebsd/sys/sys/proc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freebsd/sys/sys/proc.h b/freebsd/sys/sys/proc.h index 5605ef13..84a1b4a2 100644 --- a/freebsd/sys/sys/proc.h +++ b/freebsd/sys/sys/proc.h @@ -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 +#endif /* __rtems__ */ struct thread { #ifdef __rtems__ rtems_chain_node td_node; -- cgit v1.2.3