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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9966ddafe1b4f2a9a09ea748b42ef69417b23ff1;p=linux.git 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 630e2203b344b..2bf0d77d17680 100644 --- a/sound/usb/pcm.c +++ b/sound/usb/pcm.c @@ -15,6 +15,7 @@ */ #include +#include #include #include #include