hotfix: include process.h header correctly

This commit is contained in:
ІО-23 Шмуляр Олег 2025-03-18 15:56:53 +02:00
parent 585c820853
commit 63635b5f06
1 changed files with 1 additions and 1 deletions

View File

@ -1,9 +1,9 @@
#include <stdio.h>
#include <process.h>
#include <stdlib.h>
#include "kernel.h"
#include "random.h"
#include "process.h"
#include "config.h"