[rtems-libbsd commit] Include missing header file
Sebastian Huber
sebh at rtems.org
Tue Sep 23 08:42:00 UTC 2014
Module: rtems-libbsd
Branch: master
Commit: 6b475ce4b83f613a9c38e2ab709a212bd7c25e07
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=6b475ce4b83f613a9c38e2ab709a212bd7c25e07
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Sep 23 07:14:19 2014 +0200
Include missing header file
---
freebsd/sys/sys/proc.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/freebsd/sys/sys/proc.h b/freebsd/sys/sys/proc.h
index 5605ef1..84a1b4a 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 <rtems/chain.h>
+#endif /* __rtems__ */
struct thread {
#ifdef __rtems__
rtems_chain_node td_node;
More information about the vc
mailing list