From: Hauke Mehrtens Date: Tue, 10 May 2011 11:10:14 +0000 (+0200) Subject: compat: add missing include X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fabcc6f5a62fbceed6c8e8315eaaf94b0ca576cf;p=openwrt%2Fstaging%2Fblogic.git compat: add missing include Reported-By: George Nychis Signed-off-by: Hauke Mehrtens --- 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)