| Index: include/v8stdint.h
|
| diff --git a/include/v8stdint.h b/include/v8stdint.h
|
| index 7c12e1f49079934488f3261bd9ab939ca3d4d85c..35772eac083c01db0eccf798b315534b0109f4c3 100644
|
| --- a/include/v8stdint.h
|
| +++ b/include/v8stdint.h
|
| @@ -30,7 +30,7 @@
|
| #ifndef V8STDINT_H_
|
| #define V8STDINT_H_
|
|
|
| -#include <stddef.h>
|
| +#include <stddef.h> // IWYU pragma: export
|
| #include <stdio.h>
|
|
|
| #if defined(_WIN32) && !defined(__MINGW32__)
|
| @@ -47,7 +47,8 @@ typedef unsigned __int64 uint64_t;
|
|
|
| #else
|
|
|
| -#include <stdint.h>
|
| +#include <stdint.h> // IWYU pragma: export
|
| +#include <sys/types.h> // IWYU pragma: export
|
|
|
| #endif
|
|
|
|
|