소스 검색

FuzzilliJs: Add missing <errno.h> include

Andreas Kling 4 년 전
부모
커밋
9769542bc2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Meta/Lagom/Fuzzers/FuzzilliJs.cpp

+ 1 - 0
Meta/Lagom/Fuzzers/FuzzilliJs.cpp

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