summaryrefslogtreecommitdiff
path: root/apps/tagdb/tag_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagdb/tag_dummy.c')
-rw-r--r--apps/tagdb/tag_dummy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagdb/tag_dummy.c b/apps/tagdb/tag_dummy.c
index f0125f32ea..4318724ac4 100644
--- a/apps/tagdb/tag_dummy.c
+++ b/apps/tagdb/tag_dummy.c
@@ -1,3 +1,4 @@
1#ifdef HAVE_TAGCACHE
1#include "config.h" 2#include "config.h"
2#include "malloc.h" 3#include "malloc.h"
3 4
@@ -9,3 +10,4 @@ int tag_dummy(char *file, struct tag_info *t) {
9 strcpy(t->song, file); 10 strcpy(t->song, file);
10 return ERR_NONE; 11 return ERR_NONE;
11} 12}
13#endif