1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-07 06:10:25 +00:00

Add missing <io.h> header for Windows

This commit is contained in:
Michael Camilleri 2024-12-15 19:17:48 +09:00
parent 17d5fb3210
commit 91bb34c3bf
No known key found for this signature in database
GPG Key ID: 7EB218A48DF8B572

View File

@ -35,6 +35,7 @@
#ifdef JANET_WINDOWS
#include <winsock2.h>
#include <windows.h>
#include <io.h>
#else
#include <pthread.h>
#include <limits.h>