From fabcc6f5a62fbceed6c8e8315eaaf94b0ca576cf Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 10 May 2011 13:10:14 +0200 Subject: [PATCH] compat: add missing include Reported-By: George Nychis Signed-off-by: Hauke Mehrtens --- compat/compat-2.6.37.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/compat-2.6.37.c b/compat/compat-2.6.37.c index 8698e1dcbf0f..a62b13fc4386 100644 --- a/compat/compat-2.6.37.c +++ b/compat/compat-2.6.37.c @@ -12,6 +12,7 @@ #include #include #include +#include #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35) static const void *net_current_ns(void) -- 2.30.2