summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index c8900f5c38..adfe148db4 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -4991,7 +4991,7 @@ void do_tagcache_build(const char *path[])
4991 roots_ll[0].path = path[0]; 4991 roots_ll[0].path = path[0];
4992 roots_ll[0].next = NULL; 4992 roots_ll[0].next = NULL;
4993 4993
4994#if defined HAVE_MULTIVOLUME && !defined(SIMULATOR) && !defined(__PCTOOL__) 4994#if defined(HAVE_MULTIVOLUME) && !defined(SIMULATOR) && !defined(__PCTOOL__) && !defined(PLATFORM_NATIVE)
4995 extern bool ns_volume_is_visible(int volume); /*rb_namespace.c*/ 4995 extern bool ns_volume_is_visible(int volume); /*rb_namespace.c*/
4996 /* i is for the path vector, j for the roots_ll array */ 4996 /* i is for the path vector, j for the roots_ll array */
4997 int i = 1, j = 1; 4997 int i = 1, j = 1;