summaryrefslogtreecommitdiffstats
path: root/bootloader
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2014-01-05 20:32:09 +0100
committerThomas Martitz <kugel@rockbox.org>2014-01-05 20:32:09 +0100
commit22a28f9caa2f96b52e1a427c32851298e14f8f33 (patch)
tree219467e72d72ea4204c28dcf6f8fd3643e5f8009 /bootloader
parent2f4a94189da37e226a3a66766ed16726e04b5f36 (diff)
downloadrockbox-22a28f9caa2f96b52e1a427c32851298e14f8f33.tar.gz
rockbox-22a28f9caa2f96b52e1a427c32851298e14f8f33.zip
Add missing kernel.h includes (hopefully all of them).
Change-Id: I9c1825296a788587b8d494d8514b3314847b0ff0
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/rk27xx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/rk27xx.c b/bootloader/rk27xx.c
index c786271228..c623a971aa 100644
--- a/bootloader/rk27xx.c
+++ b/bootloader/rk27xx.c
@@ -1,7 +1,8 @@
#include <stdio.h>
-#include <system.h>
#include <inttypes.h>
#include "config.h"
+#include "system.h"
+#include "kernel.h"
#include "gcc_extensions.h"
#include "lcd.h"
#include "font.h"