[packages] liboping: update to 1.6.2
[openwrt/svn-archive/archive.git] / libs / zaptel-1.4.x / patches / 340-2.6.32.patch
1 ---
2 kernel/zaptel-base.c | 3 +++
3 1 file changed, 3 insertions(+)
4
5 --- zaptel-1.4.12.1.orig/kernel/zaptel-base.c
6 +++ zaptel-1.4.12.1/kernel/zaptel-base.c
7 @@ -59,6 +59,9 @@
8 #include <linux/if_ppp.h>
9 #endif
10 #include <asm/atomic.h>
11 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32)
12 +#include <linux/sched.h>
13 +#endif
14
15 #ifndef CONFIG_OLD_HDLC_API
16 #define NEW_HDLC_INTERFACE