Browse Source

ALSA: pcm - Add missing inclusion of linux/vmalloc.h

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 15 years ago
parent
commit
ee7c343c01
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sound/core/pcm_memory.c

+ 1 - 0
sound/core/pcm_memory.c

@@ -23,6 +23,7 @@
 #include <linux/time.h>
 #include <linux/init.h>
 #include <linux/moduleparam.h>
+#include <linux/vmalloc.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
 #include <sound/info.h>