Module: xenomai-forge
Branch: next
Commit: fce2a6dcaa25f8ca4a9acb22766b4e49277ceb93
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=fce2a6dcaa25f8ca4a9acb22766b4e49277ceb93

Author: Philippe Gerum <r...@xenomai.org>
Date:   Mon Aug 25 10:20:37 2014 +0200

cobalt/posix/extension: include missing header

---

 kernel/cobalt/posix/extension.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kernel/cobalt/posix/extension.h b/kernel/cobalt/posix/extension.h
index 95ac64e..47c44f8 100644
--- a/kernel/cobalt/posix/extension.h
+++ b/kernel/cobalt/posix/extension.h
@@ -23,7 +23,8 @@
 
 #ifdef CONFIG_XENO_OPT_COBALT_EXTENSION
 
-struct cobalt_thread;
+#include <cobalt/kernel/thread.h>
+
 struct cobalt_timer;
 struct cobalt_sigpending;
 struct cobalt_extref;


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to