summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index b38ae7acf1..57ed3bdb96 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -24,7 +24,7 @@
24 * play whilst audio is paused */ 24 * play whilst audio is paused */
25 25
26//#include <stdio.h> 26//#include <stdio.h>
27//#include <string.h> 27#include <string.h>
28//#include <ctype.h> 28//#include <ctype.h>
29 29
30#include "playback.h" 30#include "playback.h"
@@ -50,6 +50,7 @@
50//#include "mp3_playback.h" 50//#include "mp3_playback.h"
51#include "usb.h" 51#include "usb.h"
52//#include "storage.h" 52//#include "storage.h"
53#include "ata.h"
53//#include "screens.h" 54//#include "screens.h"
54#include "playlist.h" 55#include "playlist.h"
55#include "pcmbuf.h" 56#include "pcmbuf.h"