From d5fad9ab6b88b10a33eced56dd604fce165ac466 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 22 Apr 2010 11:03:07 +0000 Subject: missing #include: fixes building with 2.6.34-rc5 With kernel 2.6.34-rc5 an explicit '#include ' is required for using kzalloc() and friends. Merged revisions 8550 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.3@8551 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/dahdi_echocan_jpah.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/dahdi/dahdi_echocan_jpah.c b/drivers/dahdi/dahdi_echocan_jpah.c index 05bd2fd..7bd41d7 100644 --- a/drivers/dahdi/dahdi_echocan_jpah.c +++ b/drivers/dahdi/dahdi_echocan_jpah.c @@ -27,6 +27,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3