5151878443
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32936 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
346 B
Diff
17 lines
346 B
Diff
---
|
|
kernel/zaptel-base.c | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
--- a/kernel/zaptel-base.c
|
|
+++ b/kernel/zaptel-base.c
|
|
@@ -59,6 +59,9 @@
|
|
#include <linux/if_ppp.h>
|
|
#endif
|
|
#include <asm/atomic.h>
|
|
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32)
|
|
+#include <linux/sched.h>
|
|
+#endif
|
|
|
|
#ifndef CONFIG_OLD_HDLC_API
|
|
#define NEW_HDLC_INTERFACE
|