mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
AK: Restrict include of LibC header
This commit is contained in:
committed by
Andrew Kaster
parent
d1c397ad6e
commit
d575cfda61
@@ -12,8 +12,8 @@
|
||||
#if defined(KERNEL)
|
||||
# include <Kernel/Arch/Processor.h>
|
||||
# include <Kernel/Heap/kmalloc.h>
|
||||
#else
|
||||
# include <LibC/mallocdefs.h>
|
||||
#elif defined(AK_OS_SERENITY)
|
||||
# include <mallocdefs.h>
|
||||
#endif
|
||||
|
||||
namespace AK {
|
||||
|
||||
Reference in New Issue
Block a user