diff options
| -rw-r--r-- | apps/tagcache.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c index 6c6dd00..db70cd5 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; |