summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tagcache.c4
1 files changed, 1 insertions, 3 deletions
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 @@
31#include "splash.h" 31#include "splash.h"
32#include "lang.h" 32#include "lang.h"
33#include "tagcache.h" 33#include "tagcache.h"
34 34#include "buffer.h"
35/* External reference to the big audiobuffer. */
36extern char *audiobuf, *audiobufend;
37 35
38/* Tag Cache thread. */ 36/* Tag Cache thread. */
39static struct event_queue tagcache_queue; 37static struct event_queue tagcache_queue;