diff options
| author | Nils Wallménius <nils@rockbox.org> | 2009-08-19 22:15:45 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2009-08-19 22:15:45 +0000 |
| commit | 47608e06b3eba36f40d050309876cc45a0da2178 (patch) | |
| tree | 965d101fda7273bb932871e0d2c14d4be019261f /bootloader | |
| parent | 4f879766778ea4d1051db036e939a17ddb3e532a (diff) | |
| download | rockbox-47608e06b3eba36f40d050309876cc45a0da2178.zip rockbox-47608e06b3eba36f40d050309876cc45a0da2178.tar.gz rockbox-47608e06b3eba36f40d050309876cc45a0da2178.tar.bz2 rockbox-47608e06b3eba36f40d050309876cc45a0da2178.tar.xz | |
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22432 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader')
| -rw-r--r-- | bootloader/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/common.c b/bootloader/common.c index f7ab661..c9b2bfb 100644 --- a/bootloader/common.c +++ b/bootloader/common.c @@ -34,6 +34,7 @@ #include "button.h" #include "string.h" #include "usb.h" +#include "file.h" /* TODO: Other bootloaders need to be adjusted to set this variable to true on a button press - currently only the ipod, H10 and Sansa versions do. */ |