From 9e746d42d2e3faa526f12ba222f5ee6924dd30f9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 26 Dec 2025 10:08:33 +0100 Subject: feat! breaking API changes, use header guards and libSystem fixes. Signed-off-by: Amlal El Mahrouss --- src/kernel/NeKit/Function.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/kernel/NeKit/Function.h') diff --git a/src/kernel/NeKit/Function.h b/src/kernel/NeKit/Function.h index dfa8608a..fcc3b65c 100644 --- a/src/kernel/NeKit/Function.h +++ b/src/kernel/NeKit/Function.h @@ -4,7 +4,8 @@ ======================================== */ -#pragma once +#ifndef NEKIT_FUNCTION_H +#define NEKIT_FUNCTION_H #include #include @@ -37,3 +38,5 @@ class Function final { template using FunctionOr = ErrorOr>; } // namespace Kernel + +#endif -- cgit v1.2.3