From f621834f84cacf794463ea73ca1a9f859daebc30 Mon Sep 17 00:00:00 2001 From: leitner Date: Fri, 2 Dec 2022 14:04:32 +0000 Subject: [PATCH] mcfgthread renamed their include file --- io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.h b/io.h index c151c66..e8ffa43 100644 --- a/io.h +++ b/io.h @@ -209,7 +209,7 @@ int64 io_mmapwritefile(int64 out,int64 in,uint64 off,uint64 bytes,io_write_callb unsigned int io_debugstring(int64 s,char* buf,unsigned int bufsize); #ifdef __MINGW32__ -#include +#include #elif defined(__dietlibc__) #include #else