From: Florian Fainelli Date: Mon, 30 Jan 2012 14:02:13 +0000 (+0000) Subject: fix wprobe build for arm on 3.2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b8f41b051fb7ef83517821bd6d5ce8b32b40dd1c;p=openwrt%2Fstaging%2Fstintel.git fix wprobe build for arm on 3.2 SVN-Revision: 29957 --- diff --git a/package/wprobe/src/kernel/wprobe-core.c b/package/wprobe/src/kernel/wprobe-core.c index cf0c74abad..6ec847a7a6 100644 --- a/package/wprobe/src/kernel/wprobe-core.c +++ b/package/wprobe/src/kernel/wprobe-core.c @@ -24,6 +24,9 @@ #else #include #endif +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0) +#include +#endif #include #include #include