summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/id3.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/id3.h b/firmware/id3.h
index 9c8b5663a9..203e997073 100644
--- a/firmware/id3.h
+++ b/firmware/id3.h
@@ -19,8 +19,10 @@
19#ifndef ID3_H 19#ifndef ID3_H
20#define ID3_H 20#define ID3_H
21 21
22#include "file.h"
23
22struct mp3entry { 24struct mp3entry {
23 char path[256]; 25 char path[MAX_PATH];
24 char *title; 26 char *title;
25 char *artist; 27 char *artist;
26 char *album; 28 char *album;