1
0
Fork 0
forked from len0rd/rockbox

Fix r26298 yellow: Somehow missed those warnings. Need playback.h.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26299 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2010-05-26 04:59:39 +00:00
parent a8d9a03cfb
commit ab27aa1526
2 changed files with 4 additions and 0 deletions

View file

@ -70,6 +70,9 @@
#include "skin_engine/skin_engine.h"
#include "statusbar-skinned.h"
#include "buffering.h"
#if CONFIG_CODEC == SWCODEC
#include "playback.h"
#endif
#if CONFIG_TUNER

View file

@ -34,6 +34,7 @@
#if CONFIG_CODEC == SWCODEC
#include "thread.h"
#include "enc_config.h"
#include "playback.h"
#if defined(HAVE_SPDIF_IN) || defined(HAVE_SPDIF_OUT)
#include "spdif.h"
#endif