diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-07-08 16:01:38 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-08 20:02:30 +0000 |
commit | e9a51ae28b99de4719287a800918da20fd437d05 (patch) | |
tree | 1d59b0edd2079555acd57d9232a2fb65195c28e5 | |
parent | a2fbccf19423be4e33faac106c365168af4861a2 (diff) | |
download | rockbox-e9a51ae.tar.gz rockbox-e9a51ae.zip |
Fix build errors introduced in a2fbccf
Change-Id: I413989858432cd206e09d6d71dec07b4f7e06836
-rw-r--r-- | apps/playback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c index b93ead0b68..e9014ee7b6 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -26,7 +26,6 @@ #include "panic.h" #include "core_alloc.h" #include "sound.h" -#include "ata.h" #include "codecs.h" #include "codec_thread.h" #include "voice_thread.h" @@ -39,6 +38,7 @@ #include "pcmbuf.h" #include "audio_thread.h" #include "playback.h" +#include "storage.h" #include "misc.h" #include "settings.h" |