1
Fork 0
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:
Andreas Kling 2021-03-12 17:43:48 +01:00
parent f086d6db65
commit 9769542bc2

View file

@ -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>