diff options
Diffstat (limited to 'bootloader')
-rw-r--r-- | bootloader/rk27xx.c | 3 |
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" |