When compiling against the Ubuntu Natty kernel (2.6.38-8-generic) TASK_INTERRUPTIBLE is not defined here. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- compat/compat-2.6.39.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/compat/compat-2.6.39.c b/compat/compat-2.6.39.c index 8d85877..5bb9322 100644 --- a/compat/compat-2.6.39.c +++ b/compat/compat-2.6.39.c @@ -10,6 +10,7 @@ #include <linux/compat.h> #include <linux/tty.h> +#include <linux/sched.h> #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)) /* -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html