From 710ccb7b483da9be9543ea40a99dee7fd6f8fa98 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 25 Oct 2006 10:17:57 +0000 Subject: 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 --- apps/tagcache.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/tagcache.h') diff --git a/apps/tagcache.h b/apps/tagcache.h index cdd4722..26c500e 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -16,6 +16,7 @@ * KIND, either express or implied. * ****************************************************************************/ +#ifdef HAVE_TAGCACHE #ifndef _TAGCACHE_H #define _TAGCACHE_H @@ -178,3 +179,4 @@ bool tagcache_update(void); bool tagcache_rebuild(void); #endif +#endif -- cgit v1.1