Kernel: Stop requiring working malloc for syscall.h includes

Fixes #13869
This commit is contained in:
Patrick Meyer 2022-05-01 22:57:24 +02:00 committed by Andreas Kling
commit 0bd131ad06
Notes: sideshowbarker 2024-07-17 11:23:18 +09:00
7 changed files with 37 additions and 16 deletions

View file

@ -9,6 +9,7 @@
#include <AK/Debug.h>
#include <AK/Iterator.h>
#include <AK/Vector.h>
#include <Kernel/API/SyscallString.h>
#include <LibCore/ArgsParser.h>
#include <LibMain/Main.h>
#include <errno_codes.h>