From f9aca7621ca7eb15c6e04be20f1e9baaeb795f00 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 9 Jul 2012 19:06:22 +0200 Subject: [PATCH] compat_xtables: avoid compile abort on <= 2.6.37 --- extensions/compat_xtables.c | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/compat_xtables.c b/extensions/compat_xtables.c index 9bd1b8d..b79a891 100644 --- a/extensions/compat_xtables.c +++ b/extensions/compat_xtables.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 2, 0) # include