From: Hauke Mehrtens Date: Sun, 24 Apr 2011 16:11:15 +0000 (+0200) Subject: compat: fix TASK_INTERRUPTIBLE missing X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d771b0f4787f3358afdfbd53fea26baf265fd67c;p=openwrt%2Fstaging%2Fblogic.git compat: fix TASK_INTERRUPTIBLE missing When compiling against the Ubuntu Natty kernel (2.6.38-8-generic) TASK_INTERRUPTIBLE is not defined here. Signed-off-by: Hauke Mehrtens --- diff --git a/compat/compat-2.6.39.c b/compat/compat-2.6.39.c index 8d858776d291..5bb932218d15 100644 --- a/compat/compat-2.6.39.c +++ b/compat/compat-2.6.39.c @@ -10,6 +10,7 @@ #include #include +#include #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)) /*