From 00529de1f0fee6473066edd3c1aec32e25443300 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Fri, 11 Apr 2008 14:40:29 -0700 Subject: [PATCH] Fix compilation error in 2.4.20 kernels. --- datapath/linux-2.4/compat-2.4/include/linux/delay.h | 1 + 1 file changed, 1 insertion(+) diff --git a/datapath/linux-2.4/compat-2.4/include/linux/delay.h b/datapath/linux-2.4/compat-2.4/include/linux/delay.h index a50f96c0..a144f1c3 100644 --- a/datapath/linux-2.4/compat-2.4/include/linux/delay.h +++ b/datapath/linux-2.4/compat-2.4/include/linux/delay.h @@ -6,6 +6,7 @@ #include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,29) #include +#include #include /* * We define MAX_MSEC_OFFSET as the maximal value that can be accepted by -- 2.30.2