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

Commit 97ad48a

Browse files
committed
Port CoreCLR PR 6052 as part of fix for #6460
1 parent f1ca505 commit 97ad48a

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)