mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 03:39:04 +00:00
FuzzilliJs: Add missing <errno.h> include
This commit is contained in:
parent
f086d6db65
commit
9769542bc2
Notes:
sideshowbarker
2024-07-18 21:28:02 +09:00
Author: https://github.com/awesomekling
Commit: 9769542bc2
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
||||||
#include <LibJS/Lexer.h>
|
#include <LibJS/Lexer.h>
|
||||||
#include <LibJS/Parser.h>
|
#include <LibJS/Parser.h>
|
||||||
#include <LibJS/Runtime/GlobalObject.h>
|
#include <LibJS/Runtime/GlobalObject.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue