From 60bccbff22a899e0b5a8ec34a8847a63ed679f03 Mon Sep 17 00:00:00 2001 From: vvaucoul Date: Mon, 14 Oct 2024 15:10:41 +0200 Subject: [PATCH] Update --- Hephaistos/include/charon.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hephaistos/include/charon.h b/Hephaistos/include/charon.h index bd250d0..1f8fa07 100644 --- a/Hephaistos/include/charon.h +++ b/Hephaistos/include/charon.h @@ -6,7 +6,7 @@ /* By: vvaucoul +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2022/11/20 13:47:12 by vvaucoul #+# #+# */ -/* Updated: 2024/07/28 11:47:47 by vvaucoul ### ########.fr */ +/* Updated: 2024/08/01 19:08:29 by vvaucoul ### ########.fr */ /* */ /* ************************************************************************** */ @@ -22,8 +22,8 @@ #define __HEPHAISTOS__ #include // #include -#include -// #include +#include +#include #define IS_MEMORY_AVAILABLE (kheap != NULL)