diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 21f6d17..bc1e8cb 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -601,8 +601,10 @@ static const struct plugin_api rockbox_api = { #endif /* new stuff at the end, sort into place next time - the API gets incompatible */ - + the API gets incompatible */ +#ifdef HAVE_TAGCACHE + tagcache_get_numeric, +#endif }; int plugin_load(const char* plugin, const void* parameter) |