From e15f8a21a971920558a6f463586b16a0ee49ad79 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 3 May 2008 08:35:14 +0000 Subject: Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17312 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/tagcache.c') diff --git a/apps/tagcache.c b/apps/tagcache.c index 8cf261f..68b894f 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -73,6 +73,8 @@ #include "settings.h" #include "dir.h" #include "structec.h" +#include "tagcache.h" + #ifndef __PCTOOL__ #include "splash.h" #include "lang.h" -- cgit v1.1