From: Stephen Rothwell Date: Mon, 29 Mar 2010 08:01:48 +0000 (+1100) Subject: ALSA: usb pcm: use of kmalloc requires the include of slab.h X-Git-Tag: v2.6.35-rc1~478^2~2^2~5 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=9966ddafe1b4f2a9a09ea748b42ef69417b23ff1;p=safe%2Fjmp%2Flinux-2.6 ALSA: usb pcm: use of kmalloc requires the include of slab.h Signed-off-by: Stephen Rothwell Signed-off-by: Takashi Iwai --- diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c index 630e220..2bf0d77 100644 --- a/sound/usb/pcm.c +++ b/sound/usb/pcm.c @@ -15,6 +15,7 @@ */ #include +#include #include #include #include