From 339afd76afe046098ebb2242825b760f529a3782 Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Mon, 11 Jan 2010 14:38:40 -0800 Subject: [PATCH] Add missing headers for 2.6.24 Signed-off-by: Luis R. Rodriguez --- include/linux/compat-2.6.24.h | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.41.0