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 <math.h>
#include <errno.h>
#ifdef WIN32
#include <io.h>
#ifdef _WIN32
#include <sys\stat.h>
#endif
#include "data.h"