diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-31 08:49:33 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-31 08:49:33 +0100 |
| commit | 18d33e155d2f56e59eb49dadbb30ab2f7ac3e852 (patch) | |
| tree | 4a24443d19e709627f38aead9cd1629c564734df /src/coreboot-cxx-abi.cc | |
| parent | 2e0f715fd917e9953daa02e6310aa32f3d697251 (diff) | |
feat: fix magic number of BootNet module, and fix compile_flags.txt
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/coreboot-cxx-abi.cc')
| -rw-r--r-- | src/coreboot-cxx-abi.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreboot-cxx-abi.cc b/src/coreboot-cxx-abi.cc index 70d9e62..88b2a6a 100644 --- a/src/coreboot-cxx-abi.cc +++ b/src/coreboot-cxx-abi.cc @@ -4,7 +4,7 @@ ------------------------------------------- */ -#include <lib/cxx-abi.h> +#include <lib/cxx-abi.hpp> /// BUGS: 0 |
