net-caif: using kmalloc/kfree requires the include of slab.h

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Stephen Rothwell 2010-04-01 00:28:49 -07:00 committed by David S. Miller
parent b68c92460d
commit 6c57990696
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
#include <linux/kernel.h>
#include <linux/stddef.h>
#include <linux/slab.h>
#include <net/caif/caif_layer.h>
#include <net/caif/cfpkt.h>
#include <net/caif/cfcnfg.h>