mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +00:00
LibJS/JIT: Add missing unistd.h include (fixes Clang build)
This commit is contained in:
parent
c21978ead6
commit
a7bad26b63
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <LibJS/JIT/Compiler.h>
|
||||
#include <LibJS/Runtime/ValueInlines.h>
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace JS::JIT {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue