From 55bc0fabd1e3d9edd7e43c0ab135ce97d26705e0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 24 Nov 2025 02:39:00 +0100 Subject: feat: add boot.h to cxx-abi.hpp header, clear cb_boot_processor_ready after starting context. Signed-off-by: Amlal El Mahrouss --- lib/cxx-abi.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/cxx-abi.hpp b/lib/cxx-abi.hpp index 56c47af..223f773 100644 --- a/lib/cxx-abi.hpp +++ b/lib/cxx-abi.hpp @@ -7,6 +7,8 @@ #pragma once +#include + #define DSO_MAX_OBJECTS (128) struct atexit_func_entry_t final { -- cgit v1.2.3