From c97440b9249f152a17e6df0d29deb61cc0fe1923 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 23 May 2010 12:24:16 +0000 Subject: missing #include: fixes building with 2.6.34-rc5 Fix the same issue as in r8550 , for dahdi_echocan_oslec.c: With kernel 2.6.34-rc5 an explicit '#include ' is required for using kzalloc() and friends. Merged revisions 8674 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.2@8678 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/dahdi_echocan_oslec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/dahdi/dahdi_echocan_oslec.c b/drivers/dahdi/dahdi_echocan_oslec.c index a8d38b9..abbeb51 100644 --- a/drivers/dahdi/dahdi_echocan_oslec.c +++ b/drivers/dahdi/dahdi_echocan_oslec.c @@ -23,6 +23,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3