Browse Source

Merge branch 'topic/sound-core-fix' into to-push

Takashi Iwai 16 years ago
parent
commit
60cda2b53a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sound/sound_core.c

+ 1 - 0
sound/sound_core.c

@@ -10,6 +10,7 @@
 #include <linux/module.h>
 #include <linux/device.h>
 #include <linux/err.h>
+#include <sound/core.h>
 
 #ifdef CONFIG_SOUND_OSS_CORE
 static int __init init_oss_soundcore(void);