1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-03 03:18:04 +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

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>