1
0
forked from GitHub/gf-core

fix the include for WINDOWS

This commit is contained in:
krangelov
2021-11-16 17:23:03 +01:00
parent 1e3efd9fa4
commit 2cbf59d75b

View File

@@ -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"