mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
fix mingw64 build by including direct.h
This commit is contained in:
parent
bcad89dc17
commit
e8f02be3dd
@ -23,6 +23,7 @@
|
||||
#ifdef WIN32
|
||||
# include <windows.h>
|
||||
# include <io.h>
|
||||
# include <direct.h>
|
||||
|
||||
# define OPEN _open
|
||||
# define CLOSE _close
|
||||
|
Loading…
Reference in New Issue
Block a user