From 22adda17ccbbea7025666489329e6ffab0f27293 Mon Sep 17 00:00:00 2001 From: hheik <4469778+hheik@users.noreply.github.com> Date: Wed, 15 May 2024 00:42:56 +0300 Subject: [PATCH] Hotfix to previous commit --- theseus/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theseus/src/lib.rs b/theseus/src/lib.rs index 56f1c08..517c46d 100644 --- a/theseus/src/lib.rs +++ b/theseus/src/lib.rs @@ -1,6 +1,8 @@ #![no_std] #![crate_type = "staticlib"] +use core::ffi::CStr; + pub mod kmain; pub mod memlayout; pub mod param;