A few files are expecting that someone brings PAGE_SIZE from possibly the Kernel with them
@@ -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>