diff --git a/sound/sound_core.c b/sound/sound_core.c index 10ba4218161b04936892bd72e6ca15688f2e36ef..2b302bbffe7361c6faccc1eb84099f2e1c5b1baf 100644 --- a/sound/sound_core.c +++ b/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);