diff options
| author | Rory OConnell <[email protected]> | 2020-07-10 21:06:29 -0700 |
|---|---|---|
| committer | Rory OConnell <[email protected]> | 2020-07-10 21:18:31 -0700 |
| commit | bb23faae65bc32779f9b9a60d717cef9299638b7 (patch) | |
| tree | a091f8264d49c14445039c9b2b3294fb24acf25d /mrbgems/mruby-io/src | |
| parent | 308c6c8311dec0ff9add28af3665e6a7ef5a8c51 (diff) | |
| download | mruby-bb23faae65bc32779f9b9a60d717cef9299638b7.tar.gz mruby-bb23faae65bc32779f9b9a60d717cef9299638b7.zip | |
downcase windows include file for mingw compatability
Diffstat (limited to 'mrbgems/mruby-io/src')
| -rw-r--r-- | mrbgems/mruby-io/src/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-io/src/io.c b/mrbgems/mruby-io/src/io.c index 073f7c107..0d7543578 100644 --- a/mrbgems/mruby-io/src/io.c +++ b/mrbgems/mruby-io/src/io.c @@ -18,7 +18,7 @@ #if defined(_WIN32) || defined(_WIN64) #include <winsock.h> #include <io.h> - #include <BaseTsd.h> + #include <basetsd.h> #define open _open #define close _close #define dup _dup |
