1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:27:45 +00:00

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
parent e02579bdab
commit 0bd131ad06
7 changed files with 37 additions and 16 deletions

View file

@ -8,6 +8,7 @@
#include <AK/HashMap.h>
#include <AK/NonnullOwnPtr.h>
#include <AK/StringBuilder.h>
#include <Kernel/API/SyscallString.h>
#include <LibC/sys/arch/i386/regs.h>
#include <LibCore/ArgsParser.h>
#include <LibCore/File.h>