From: Hauke Mehrtens Date: Sun, 24 Apr 2011 16:11:15 +0000 (+0200) Subject: compat: fix TASK_INTERRUPTIBLE missing X-Git-Tag: compat-2011-05-19~10 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d771b0f4787f3358afdfbd53fea26baf265fd67c;p=~emulex%2Ffor-vlad%2Fcompat.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 8d85877..5bb9322 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)) /*