diff options
| author | 2026-03-01 12:20:15 -0600 | |
|---|---|---|
| committer | 2026-03-01 12:20:15 -0600 | |
| commit | 95f2e233c5944d55a4fccd725d423e5f149687f5 (patch) | |
| tree | b0cf3bdff79a6e0c2081ac4c9f3b6ee0167a3e8c | |
| parent | Fix regression where private main was not run. (diff) | |
Try io.h on windowsdup-fix
| -rw-r--r-- | src/core/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/io.c b/src/core/io.c index 274f9eeb..cb731188 100644 --- a/src/core/io.c +++ b/src/core/io.c @@ -43,6 +43,7 @@ static void *io_file_unmarshal(JanetMarshalContext *ctx); static Janet io_file_next(void *p, Janet key); #ifdef JANET_WINDOWS +#include <io.h> #define ftell _ftelli64 #define fseek _fseeki64 #endif |
