mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 11:45:11 +00:00
FuzzilliJs: Add missing <errno.h> include
This commit is contained in:
parent
f086d6db65
commit
9769542bc2
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
#include <LibJS/Lexer.h>
|
||||
#include <LibJS/Parser.h>
|
||||
#include <LibJS/Runtime/GlobalObject.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue