summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBAKit/BootKit
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-12-07 11:43:21 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-12-07 11:43:21 +0100
commitdc2d81f3c7628433bd3c51f1624200b3913ac746 (patch)
treeace444d1b284160ae83350a8f5fd5364e8fa81eb /dev/ZBAKit/BootKit
parentb4ea651f87e23214ada3cc81086fa0e86d4697c9 (diff)
IMPL: Recover Kernel Window framework from previous commits.
IMPL: Compiler fixes and improvements on the source code. Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBAKit/BootKit')
-rw-r--r--dev/ZBAKit/BootKit/Support.h2
1 files changed, 2 insertions, 0 deletions
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 <string.h>
+
#define kLongMax ((long)(~0UL >> 1))
#define kLongMin (~kLongMax)