From dc2d81f3c7628433bd3c51f1624200b3913ac746 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 7 Dec 2024 11:43:21 +0100 Subject: IMPL: Recover Kernel Window framework from previous commits. IMPL: Compiler fixes and improvements on the source code. Signed-off-by: Amlal --- dev/ZBAKit/BootKit/Support.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev/ZBAKit/BootKit') diff --git a/dev/ZBAKit/BootKit/Support.h b/dev/ZBAKit/BootKit/Support.h index afeabff6..7b315c2d 100644 --- a/dev/ZBAKit/BootKit/Support.h +++ b/dev/ZBAKit/BootKit/Support.h @@ -9,6 +9,8 @@ /// @file Support.h /// @brief Purpose of this file is to help port libs into the bootloader. +#include + #define kLongMax ((long)(~0UL >> 1)) #define kLongMin (~kLongMax) -- cgit v1.2.3