diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-06-07 14:23:32 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-07 14:23:32 +0000 |
| commit | 7bd65ab5bdb27270103660b66c0119e932c1ac2f (patch) | |
| tree | a7e5dab0424761f8183e1434cdc69d1eb65cc335 | |
| parent | 6ecc0fa582a1e8edb243bc1156a589c609652e7e (diff) | |
| download | rockbox-7bd65ab5bdb27270103660b66c0119e932c1ac2f.zip rockbox-7bd65ab5bdb27270103660b66c0119e932c1ac2f.tar.gz rockbox-7bd65ab5bdb27270103660b66c0119e932c1ac2f.tar.bz2 rockbox-7bd65ab5bdb27270103660b66c0119e932c1ac2f.tar.xz | |
include playlist.h to get rid of warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@915 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c index 59966a5..b0c17d3 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -32,6 +32,7 @@ #include "main_menu.h" #include "sprintf.h" #include "mpeg.h" +#include "playlist.h" #ifdef HAVE_LCD_BITMAP #include "icons.h" |