mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 05:07:35 +00:00
Kernel: Stop requiring working malloc for syscall.h includes
Fixes #13869
This commit is contained in:
parent
e02579bdab
commit
0bd131ad06
Notes:
sideshowbarker
2024-07-17 11:23:18 +09:00
Author: https://github.com/HerrSpace
Commit: 0bd131ad06
Pull-request: https://github.com/SerenityOS/serenity/pull/13878
Issue: https://github.com/SerenityOS/serenity/issues/13869
Reviewed-by: https://github.com/linusg ✅
7 changed files with 37 additions and 16 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <AK/IPv4Address.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/API/SyscallString.h>
|
||||
#include <LibC/sys/arch/i386/regs.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/File.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue