summaryrefslogtreecommitdiff
path: root/apps/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata.h')
-rw-r--r--apps/metadata.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/metadata.h b/apps/metadata.h
index 00a1903a5d..e7004baaba 100644
--- a/apps/metadata.h
+++ b/apps/metadata.h
@@ -20,7 +20,9 @@
20#ifndef _METADATA_H 20#ifndef _METADATA_H
21#define _METADATA_H 21#define _METADATA_H
22 22
23#include "playback.h" 23#include <stdbool.h>
24#include "config.h"
25#include "id3.h"
24 26
25unsigned int probe_file_format(const char *filename); 27unsigned int probe_file_format(const char *filename);
26bool get_metadata(struct mp3entry* id3, int fd, const char* trackname); 28bool get_metadata(struct mp3entry* id3, int fd, const char* trackname);