mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
LibELF: Use VirtualAddress class from LibBareMetal
This commit is contained in:
parent
de3637d85f
commit
7c4dd0c8cf
3 changed files with 3 additions and 4 deletions
|
@ -33,7 +33,7 @@
|
|||
#include <LibELF/ELFImage.h>
|
||||
|
||||
#ifdef KERNEL
|
||||
#include <Kernel/VM/VirtualAddress.h>
|
||||
# include <LibBareMetal/Memory/VirtualAddress.h>
|
||||
class Region;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue