fix mingw build

This commit is contained in:
Kolyah35
2026-03-21 02:35:04 +03:00
parent f69c009da9
commit 011c8f7123
7 changed files with 51 additions and 37 deletions

View File

@@ -28,6 +28,7 @@
#if defined(_WIN32)
#include <direct.h>
#include <sys/stat.h>
#else
#include <sys/stat.h>
#include <sys/types.h>