1
0
Fork 0
forked from len0rd/rockbox

Killed a warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6578 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-06-05 23:46:09 +00:00
parent 4406fa609a
commit d6f297e89f

View file

@ -17,6 +17,7 @@
*
****************************************************************************/
#include <stdbool.h>
#include <stdio.h>
#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