summaryrefslogtreecommitdiffstats
path: root/apps/tagtree.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-10-25 10:17:57 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-10-25 10:17:57 +0000
commit710ccb7b483da9be9543ea40a99dee7fd6f8fa98 (patch)
treec2e06245a5c91bc1680fe3a033a44e4220fcc459 /apps/tagtree.h
parent22dfcdb3eca609a920787a154f758b54dd38a550 (diff)
downloadrockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.tar.gz
rockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.zip
ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11338 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagtree.h')
-rw-r--r--apps/tagtree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagtree.h b/apps/tagtree.h
index 2c85bf90e1..ccb71c4470 100644
--- a/apps/tagtree.h
+++ b/apps/tagtree.h
@@ -16,6 +16,7 @@
* KIND, either express or implied.
*
****************************************************************************/
+#ifdef HAVE_TAGCACHE
#ifndef _TAGTREE_H
#define _TAGTREE_H
@@ -53,3 +54,4 @@ int tagtree_get_icon(struct tree_context* c);
int tagtree_get_filename(struct tree_context* c, char *buf, int buflen);
#endif
+#endif