packages/libs/zaptel-1.4.x/patches/340-2.6.32.patch

17 lines
379 B
Diff
Raw Normal View History

---
kernel/zaptel-base.c | 3 +++
1 file changed, 3 insertions(+)
--- zaptel-1.4.12.1.orig/kernel/zaptel-base.c
+++ zaptel-1.4.12.1/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