summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 193d02e034..28c5854798 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -703,7 +703,7 @@ static const struct plugin_api rockbox_api = {
703 tagcache_retrieve, 703 tagcache_retrieve,
704 tagcache_search_finish, 704 tagcache_search_finish,
705 tagcache_get_numeric, 705 tagcache_get_numeric,
706#ifdef HAVE_TC_RAMCACHE 706#if defined(HAVE_TC_RAMCACHE) && defined(HAVE_DIRCACHE)
707 tagcache_fill_tags, 707 tagcache_fill_tags,
708#endif 708#endif
709#endif 709#endif