From 22a28f9caa2f96b52e1a427c32851298e14f8f33 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 5 Jan 2014 20:32:09 +0100 Subject: Add missing kernel.h includes (hopefully all of them). Change-Id: I9c1825296a788587b8d494d8514b3314847b0ff0 --- bootloader/rk27xx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootloader') 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 -#include #include #include "config.h" +#include "system.h" +#include "kernel.h" #include "gcc_extensions.h" #include "lcd.h" #include "font.h" -- cgit v1.2.3