diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2014-08-08 02:28:11 -0400 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2014-08-08 02:28:11 -0400 |
| commit | 4ea4cdfc11a87927d696d4966c6c433bd5e6bf90 (patch) | |
| tree | 912e39a64476aa8b387b924357e54b8fc301f82d /bootloader/main-pp.c | |
| parent | 981d028c09d10ed867f2f955f58d60b753c64f29 (diff) | |
| download | rockbox-4ea4cdfc11a87927d696d4966c6c433bd5e6bf90.zip rockbox-4ea4cdfc11a87927d696d4966c6c433bd5e6bf90.tar.gz rockbox-4ea4cdfc11a87927d696d4966c6c433bd5e6bf90.tar.bz2 rockbox-4ea4cdfc11a87927d696d4966c6c433bd5e6bf90.tar.xz | |
Bootloaders need the reacharound to get at the internal goods
They need to include kernel-internal.h in order to perform inits.
Change-Id: I5b0f155e4ff49a065c6cb97691ecd4396a199979
Diffstat (limited to 'bootloader/main-pp.c')
| -rw-r--r-- | bootloader/main-pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c index cb629a7..9f7b88c 100644 --- a/bootloader/main-pp.c +++ b/bootloader/main-pp.c @@ -29,7 +29,7 @@ #include "cpu.h" #include "file.h" #include "system.h" -#include "kernel.h" +#include "../kernel-internal.h" #include "lcd.h" #include "font.h" #include "storage.h" |