فهرست منبع

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>