From d6f297e89fd657fea5c9a49c9193c20c6a17a5d9 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sun, 5 Jun 2005 23:46:09 +0000 Subject: [PATCH] Killed a warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6578 a1c6a512-1295-4272-9138-f99709370657 --- firmware/sound.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firmware/sound.c b/firmware/sound.c index 25b5ba468c..4e1506525c 100644 --- a/firmware/sound.c +++ b/firmware/sound.c @@ -17,6 +17,7 @@ * ****************************************************************************/ #include +#include #include "config.h" #include "sound.h" #ifndef SIMULATOR @@ -25,6 +26,9 @@ #include "dac.h" #include "system.h" #include "hwcompat.h" +#if CONFIG_HWCODEC == MASNONE +#include "pcm_playback.h" +#endif #endif #ifndef SIMULATOR