From: Stephen Rothwell Date: Thu, 1 Apr 2010 07:28:49 +0000 (-0700) Subject: net-caif: using kmalloc/kfree requires the include of slab.h X-Git-Tag: v2.6.35-rc1~473^2~631 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=6c57990696a16ae43ea9fddb131b2784292068ba net-caif: using kmalloc/kfree requires the include of slab.h Signed-off-by: Stephen Rothwell Signed-off-by: David S. Miller --- diff --git a/net/caif/cfcnfg.c b/net/caif/cfcnfg.c index 70a733d3d3da..c873e3d4387c 100644 --- a/net/caif/cfcnfg.c +++ b/net/caif/cfcnfg.c @@ -5,6 +5,7 @@ */ #include #include +#include #include #include #include