From e9a51ae28b99de4719287a800918da20fd437d05 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 8 Jul 2020 16:01:38 -0400 Subject: Fix build errors introduced in a2fbccf Change-Id: I413989858432cd206e09d6d71dec07b4f7e06836 --- apps/playback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit