Browse Source

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

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 15 năm trước cách đây
mục cha
commit
ee7c343c01
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>