From 63635b5f06d82e5c7030b9dc08dc22968db6c0f0 Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Tue, 18 Mar 2025 15:56:53 +0200 Subject: [PATCH] hotfix: include process.h header correctly --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 5df0760..7909846 100644 --- a/src/main.c +++ b/src/main.c @@ -1,9 +1,9 @@ #include -#include #include #include "kernel.h" #include "random.h" +#include "process.h" #include "config.h"