Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 4c5d72f

Browse files
Merge pull request #6502 from russellhadley/errnoFix
Add errno.h to resolve (internal) build break
2 parents d81d773 + ef0aa6a commit 4c5d72f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jit/ee_il_dll.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
2323
#if !defined(PLATFORM_UNIX)
2424
#include <io.h> // For _dup, _setmode
2525
#include <fcntl.h> // For _O_TEXT
26+
#include <errno.h> // For EINVAL
2627
#endif
2728

2829
/*****************************************************************************/

0 commit comments

Comments
 (0)