changeset 196:1ed7a7549e0a

Add #include <linux/sched.h> -- needed for 2.6.23.
author imcd
date Wed, 19 Sep 2007 21:37:38 +0100
parents d6cd3be40779
children 43f352d1d160
files yportenv.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/yportenv.h
+++ b/yportenv.h
@@ -32,6 +32,7 @@
 #endif
 #include <linux/kernel.h>
 #include <linux/mm.h>
+#include <linux/sched.h>
 #include <linux/string.h>
 #include <linux/slab.h>
 #include <linux/vmalloc.h>