summaryrefslogtreecommitdiff
path: root/apps/cuesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cuesheet.h')
-rw-r--r--apps/cuesheet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/cuesheet.h b/apps/cuesheet.h
index d5a7504b49..e80b4396df 100644
--- a/apps/cuesheet.h
+++ b/apps/cuesheet.h
@@ -22,6 +22,8 @@
22 22
23#include <stdbool.h> 23#include <stdbool.h>
24#include "screens.h" 24#include "screens.h"
25#include "file.h"
26#include "id3.h"
25 27
26#define MAX_NAME 80 /* Max length of information strings */ 28#define MAX_NAME 80 /* Max length of information strings */
27#define MAX_TRACKS 99 /* Max number of tracks in a cuesheet */ 29#define MAX_TRACKS 99 /* Max number of tracks in a cuesheet */