From a93e59152a6a1e97f90ca5345ef2d34ac378922a Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 26 Mar 2006 12:49:19 +0000 Subject: Properly allocating the temporary buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9257 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/tagcache.c b/apps/tagcache.c index 6c6dd00a60..db70cd5b34 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -31,9 +31,7 @@ #include "splash.h" #include "lang.h" #include "tagcache.h" - -/* External reference to the big audiobuffer. */ -extern char *audiobuf, *audiobufend; +#include "buffer.h" /* Tag Cache thread. */ static struct event_queue tagcache_queue; -- cgit v1.2.3