Module: xenomai-2.5
Branch: master
Commit: e385b4b8b7dc020aa5884c79365c903f5a78c49d
URL:    
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=e385b4b8b7dc020aa5884c79365c903f5a78c49d

Author: Philippe Gerum <r...@xenomai.org>
Date:   Tue May 25 17:07:23 2010 +0200

posix: fix build w/o CONFIG_PROC_FS

---

 ksrc/skins/posix/syscall.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ksrc/skins/posix/syscall.c b/ksrc/skins/posix/syscall.c
index 2a97a2d..f0d0781 100644
--- a/ksrc/skins/posix/syscall.c
+++ b/ksrc/skins/posix/syscall.c
@@ -20,6 +20,7 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#include <linux/err.h>
 #include <asm/xenomai/wrappers.h>
 #include <nucleus/jhash.h>
 #include <nucleus/ppd.h>


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to