From: Luis R. Rodriguez Date: Mon, 11 Jan 2010 22:38:40 +0000 (-0800) Subject: Add missing headers for 2.6.24 X-Git-Tag: next-20100113~21 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=339afd76afe046098ebb2242825b760f529a3782;p=~emulex%2Fcompat.git Add missing headers for 2.6.24 Signed-off-by: Luis R. Rodriguez --- diff --git a/include/linux/compat-2.6.24.h b/include/linux/compat-2.6.24.h index 287b14c..90a0cd4 100644 --- a/include/linux/compat-2.6.24.h +++ b/include/linux/compat-2.6.24.h @@ -7,7 +7,12 @@ /* Compat work for 2.6.21, 2.6.22 and 2.6.23 */ #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)) +#include +#include #include +#include +#include +#include /* Added on 2.6.24 in include/linux/types.h by Al viro on commit 142956af */ typedef unsigned long uintptr_t;