mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
Kernel: Move kmalloc() into a Kernel/Heap/ directory
This commit is contained in:
parent
6557a31049
commit
1c692e87a6
Notes:
sideshowbarker
2024-07-19 12:05:10 +09:00
Author: https://github.com/awesomekling
Commit: 1c692e87a6
11 changed files with 14 additions and 16 deletions
|
@ -11,7 +11,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef KERNEL
|
||||
# include <Kernel/kmalloc.h>
|
||||
# include <Kernel/Heap/kmalloc.h>
|
||||
#else
|
||||
# include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue