From: Geert U. <Gee...@so...> - 2008-08-29 13:23:46
|
From: Geert Uytterhoeven <Gee...@so...> squashfs: When compiling User Mode Linux, we need <linux/sched.h> (for TASK_UNINTERRUPTIBLE, TASK_NORMAL, and schedule()) Signed-off-by: Geert Uytterhoeven <Gee...@so...> --- fs/squashfs/inode.c | 1 + 1 file changed, 1 insertion(+) --- a/fs/squashfs/inode.c +++ b/fs/squashfs/inode.c @@ -33,6 +33,7 @@ #include <linux/spinlock.h> #include <linux/smp_lock.h> #include <linux/exportfs.h> +#include <linux/sched.h> #include "squashfs.h" -- With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone: +32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: Gee...@so... Internet: http://www.sony-europe.com/ A division of Sony Europe (Belgium) N.V. VAT BE 0413.825.160 · RPR Brussels Fortis · BIC GEBABEBB · IBAN BE41293037680010 |