diff options
-rw-r--r-- | sound/sound_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/sound_core.c b/sound/sound_core.c index 10ba4218161b..2b302bbffe73 100644 --- a/sound/sound_core.c +++ b/sound/sound_core.c | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/module.h> | 10 | #include <linux/module.h> |
11 | #include <linux/device.h> | 11 | #include <linux/device.h> |
12 | #include <linux/err.h> | 12 | #include <linux/err.h> |
13 | #include <sound/core.h> | ||
13 | 14 | ||
14 | #ifdef CONFIG_SOUND_OSS_CORE | 15 | #ifdef CONFIG_SOUND_OSS_CORE |
15 | static int __init init_oss_soundcore(void); | 16 | static int __init init_oss_soundcore(void); |