mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -06:00
include <io.h> for MSVC
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
#include <time.h>
|
||||
|
||||
Reference in New Issue
Block a user