mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:07:35 +00:00
Kernel: Stop requiring working malloc for syscall.h includes
Fixes #13869
This commit is contained in:
parent
e02579bdab
commit
0bd131ad06
7 changed files with 37 additions and 16 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <AK/Debug.h>
|
||||
#include <AK/FileStream.h>
|
||||
#include <AK/Format.h>
|
||||
#include <Kernel/API/SyscallString.h>
|
||||
#include <alloca.h>
|
||||
#include <fcntl.h>
|
||||
#include <sched.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue