summaryrefslogtreecommitdiff
path: root/apps/metadata/adx.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/adx.c')
-rw-r--r--apps/metadata/adx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/metadata/adx.c b/apps/metadata/adx.c
index 44b07a14b8..f99d41fcd2 100644
--- a/apps/metadata/adx.c
+++ b/apps/metadata/adx.c
@@ -25,6 +25,7 @@
25#include "system.h" 25#include "system.h"
26#include "id3.h" 26#include "id3.h"
27#include "metadata_common.h" 27#include "metadata_common.h"
28#include "metadata_parsers.h"
28#include "debug.h" 29#include "debug.h"
29 30
30bool get_adx_metadata(int fd, struct mp3entry* id3) 31bool get_adx_metadata(int fd, struct mp3entry* id3)