summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-14 10:39:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-14 10:39:11 +0000
commit91f743f17ef91fcce7e6498fc8bf888ac010bb3c (patch)
tree8e607d61ae25f472516d9eb59e2ec7e2601c7cef /apps/tree.c
parent698ebc8412fa4cefff01c8f68d2a24aea23bbb78 (diff)
downloadrockbox-91f743f17ef91fcce7e6498fc8bf888ac010bb3c.tar.gz
rockbox-91f743f17ef91fcce7e6498fc8bf888ac010bb3c.zip
killed off a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@998 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 88bdaddff8..b0c226c433 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -33,6 +33,7 @@
33#include "sprintf.h" 33#include "sprintf.h"
34#include "mpeg.h" 34#include "mpeg.h"
35#include "playlist.h" 35#include "playlist.h"
36#include "menu.h"
36 37
37#ifdef HAVE_LCD_BITMAP 38#ifdef HAVE_LCD_BITMAP
38#include "icons.h" 39#include "icons.h"