From 8232932d32c12e35d0dc9311221ea1945f4efc8e Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 22 Nov 2012 21:19:18 +0100 Subject: ALSA: hdsp: Add missing inclusion of linux/vmalloc.h Reported-by: Fengguang Wu Signed-off-by: Takashi Iwai --- sound/pci/rme9652/hdsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sound/pci/rme9652/hdsp.c') diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index b8ddbb18f141..0f82bb5f42ea 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3-59-g8ed1b