mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:58:12 +00:00
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
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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue