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

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

nucleus/heap: fix build w/o CONFIG_PROC_FS

---

 ksrc/nucleus/heap.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ksrc/nucleus/heap.c b/ksrc/nucleus/heap.c
index e5dfef0..afcc4f8 100644
--- a/ksrc/nucleus/heap.c
+++ b/ksrc/nucleus/heap.c
@@ -1002,6 +1002,7 @@ EXPORT_SYMBOL_GPL(xnheap_check_block);
 #include <linux/device.h>
 #include <linux/vmalloc.h>
 #include <linux/mm.h>
+#include <linux/fs.h>
 #include <linux/spinlock.h>
 
 static DEFINE_XNQUEUE(kheapq); /* Shared heap queue. */


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

Reply via email to