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 9c8b566..203e997 100644
--- a/firmware/id3.h
+++ b/firmware/id3.h
@@ -19,8 +19,10 @@
#ifndef ID3_H
#define ID3_H
+#include "file.h"
+
struct mp3entry {
- char path[256];
+ char path[MAX_PATH];
char *title;
char *artist;
char *album;