diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2008-04-28 10:22:05 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2008-04-28 10:22:05 +0000 |
| commit | a5d3029c82ff0f47f8ea6608e84995f360f2adad (patch) | |
| tree | 12e96ef91eb0ffd87724703018131a3622add073 /apps/filetree.c | |
| parent | 8391526f794b296e5b6edd5707bbf25b5be73e17 (diff) | |
| download | rockbox-a5d3029c82ff0f47f8ea6608e84995f360f2adad.zip rockbox-a5d3029c82ff0f47f8ea6608e84995f360f2adad.tar.gz rockbox-a5d3029c82ff0f47f8ea6608e84995f360f2adad.tar.bz2 rockbox-a5d3029c82ff0f47f8ea6608e84995f360f2adad.tar.xz | |
Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17275 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetree.c')
| -rw-r--r-- | apps/filetree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/filetree.c b/apps/filetree.c index cac2c79..dd541fe 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -41,6 +41,7 @@ #include "splash.h" #include "yesno.h" #include "cuesheet.h" +#include "filetree.h" #ifdef HAVE_LCD_BITMAP #include "keyboard.h" #endif |