forked from GitHub/gf-core
fix the include for WINDOWS
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#ifdef WIN32
|
#ifdef _WIN32
|
||||||
#include <io.h>
|
#include <sys\stat.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "data.h"
|
#include "data.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user