1
0
forked from GitHub/gf-core

include <io.h> for MSVC

This commit is contained in:
Krasimir Angelov
2023-01-26 00:04:11 +01:00
parent 57a3f1d02a
commit 7432569578

View File

@@ -14,6 +14,10 @@
#include <errno.h>
#include <pthread.h>
#if defined(_MSC_VER)
#include <io.h>
#endif
#else
#include <time.h>