mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:44:58 +00:00
AK: Restrict include of LibC header
This commit is contained in:
parent
d1c397ad6e
commit
d575cfda61
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
#if defined(KERNEL)
|
#if defined(KERNEL)
|
||||||
# include <Kernel/Arch/Processor.h>
|
# include <Kernel/Arch/Processor.h>
|
||||||
# include <Kernel/Heap/kmalloc.h>
|
# include <Kernel/Heap/kmalloc.h>
|
||||||
#else
|
#elif defined(AK_OS_SERENITY)
|
||||||
# include <LibC/mallocdefs.h>
|
# include <mallocdefs.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace AK {
|
namespace AK {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue