diff options
Diffstat (limited to 'apps/tagdb/song.c')
| -rw-r--r-- | apps/tagdb/song.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagdb/song.c b/apps/tagdb/song.c index 16ae385..f62ecad 100644 --- a/apps/tagdb/song.c +++ b/apps/tagdb/song.c @@ -1,3 +1,4 @@ +#ifdef HAVE_TAGCACHE #include "malloc.h" // realloc() and free() #include <string.h> // strncasecmp() @@ -448,3 +449,4 @@ int song_size_destruct(struct song_size *s) { free(s); return ERR_NONE; } +#endif |