Add missing header include.

This commit is contained in:
Martin Whitaker 2020-05-30 10:55:34 +01:00
parent dc74849f50
commit cae4ffa636
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@
#ifndef __ASSEMBLY__
#include <stdint.h>
extern uint8_t _start[];
extern uint8_t startup[];