summaryrefslogtreecommitdiffhomepage
path: root/frameworks/libThread.fwrk/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-23 01:11:36 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-23 01:11:36 +0100
commit6a8d1d5fb1a685d9eba93d100af673053ab68860 (patch)
tree9208011acc6f7453e52e2e9eb59970b0f9a10641 /frameworks/libThread.fwrk/src
parent5c15e4939723513bab37bfca01ad879b6e353808 (diff)
[FEAT] Improved installation flow and X11 library.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'frameworks/libThread.fwrk/src')
-rw-r--r--frameworks/libThread.fwrk/src/ThreadMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/frameworks/libThread.fwrk/src/ThreadMgr.cpp b/frameworks/libThread.fwrk/src/ThreadMgr.cpp
index f01bbfe..7361f86 100644
--- a/frameworks/libThread.fwrk/src/ThreadMgr.cpp
+++ b/frameworks/libThread.fwrk/src/ThreadMgr.cpp
@@ -3,7 +3,7 @@
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/ne-foss-org/ne_system
-#include <libSystem/SystemKit/System.h>
+#include <libThread.fwrk/headers/Config.h>
#define kThreadMapMax (1024UL)
#define kThreadBaseHash (0x5555ffff6ULL)