From 4ea4cdfc11a87927d696d4966c6c433bd5e6bf90 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 8 Aug 2014 02:28:11 -0400 Subject: 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 --- bootloader/sansa_as3525.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bootloader/sansa_as3525.c') diff --git a/bootloader/sansa_as3525.c b/bootloader/sansa_as3525.c index b28ccf43e7..8592f2450f 100644 --- a/bootloader/sansa_as3525.c +++ b/bootloader/sansa_as3525.c @@ -27,6 +27,7 @@ #include #include "config.h" #include "gcc_extensions.h" +#include "../kernel-internal.h" #include "lcd.h" #ifdef USE_ROCKBOX_USB #include "usb.h" -- cgit v1.2.3