From cae4ffa63698d2d70f97ddc72ee51c797053d291 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 30 May 2020 10:55:34 +0100 Subject: [PATCH] Add missing header include. --- boot/boot.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boot/boot.h b/boot/boot.h index 2b12be5..46a293d 100644 --- a/boot/boot.h +++ b/boot/boot.h @@ -49,6 +49,8 @@ #ifndef __ASSEMBLY__ +#include + extern uint8_t _start[]; extern uint8_t startup[];