diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-08 20:28:15 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-08 20:28:15 +0000 |
commit | b24fafbf148828f1262fc22a9e2a32951976836a (patch) | |
tree | 3d11e061925bcb301030e185a28dae05a8df472c /apps/tagtree.c | |
parent | 3f69f89d5f9100d5b0ac3c2d5ac5ca36f3beca85 (diff) |
Yet more #include cleanups
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20249 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r-- | apps/tagtree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c index 7777a9f16d..0a1cce0247 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -49,6 +49,7 @@ #include "audio.h" #include "appevents.h" #include "storage.h" +#include "dir_uncached.h" #define FILE_SEARCH_INSTRUCTIONS ROCKBOX_DIR "/tagnavi.config" |