From 0e05e9fd34bd036e9043f20939c53edf967465ce Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 25 Jan 2026 03:07:52 +0100 Subject: feat: CF: Add alias for CFDictionary (CFDict). fix: kernel: CodeMgr improvements and fixes. Signed-off-by: Amlal El Mahrouss --- src/libMsg/MsgKit/Server.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libMsg/MsgKit') diff --git a/src/libMsg/MsgKit/Server.h b/src/libMsg/MsgKit/Server.h index af235d29..189715df 100644 --- a/src/libMsg/MsgKit/Server.h +++ b/src/libMsg/MsgKit/Server.h @@ -1,4 +1,4 @@ -// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/nekernel-org/nekernel @@ -6,7 +6,7 @@ #define MSGKIT_SERVER_H #ifdef __cplusplus -#include +#include #else #include #endif -- cgit v1.2.3