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:
parent
a8d9a03cfb
commit
ab27aa1526
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue