LibELF: Fix missing include
A few files are expecting that someone brings PAGE_SIZE from possibly the Kernel with them
This commit is contained in:
parent
5c4890411b
commit
37253ebcae
Notes:
sideshowbarker
2024-07-18 11:36:40 +09:00
Author: https://github.com/Hendiadyoin1 Commit: https://github.com/SerenityOS/serenity/commit/37253ebcae6 Pull-request: https://github.com/SerenityOS/serenity/pull/8192 Reviewed-by: https://github.com/gunnarbeutner
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
#include <AK/StringView.h>
|
||||
#include <LibELF/Image.h>
|
||||
#include <LibELF/Validation.h>
|
||||
#include <limits.h>
|
||||
|
||||
namespace ELF {
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include <AK/String.h>
|
||||
#include <LibC/elf.h>
|
||||
#include <LibELF/Validation.h>
|
||||
#include <limits.h>
|
||||
|
||||
namespace ELF {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue