summaryrefslogtreecommitdiff
path: root/apps/metadata/metadata_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/metadata_common.c')
-rw-r--r--apps/metadata/metadata_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/metadata/metadata_common.c b/apps/metadata/metadata_common.c
index e4df874cff..94ff212cea 100644
--- a/apps/metadata/metadata_common.c
+++ b/apps/metadata/metadata_common.c
@@ -25,8 +25,9 @@
25#include <inttypes.h> 25#include <inttypes.h>
26 26
27#include "system.h" 27#include "system.h"
28#include "id3.h" 28#include "metadata.h"
29#include "metadata_common.h" 29#include "metadata_common.h"
30#include "metadata_parsers.h"
30#include "replaygain.h" 31#include "replaygain.h"
31 32
32/* Skip an ID3v2 tag if it can be found. We assume the tag is located at the 33/* Skip an ID3v2 tag if it can be found. We assume the tag is located at the