mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibELF: Include <pthread.h> to ensure PTHREAD_STACK_MAX is available
Android's bionic C library puts this definition in pthread.h rather than limits.h
This commit is contained in:
parent
a9ea0ee9af
commit
61573caf53
Notes:
sideshowbarker
2024-07-17 08:36:27 +09:00
Author: https://github.com/ADKaster
Commit: 61573caf53
Pull-request: https://github.com/SerenityOS/serenity/pull/16572
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <LibC/elf.h>
|
||||
#include <LibELF/Validation.h>
|
||||
#include <limits.h>
|
||||
#include <pthread.h>
|
||||
|
||||
namespace ELF {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue