X-Git-Url: http://nitlanguage.org diff --git a/c_src/core__file._ffi.h b/c_src/core__file._ffi.h index 5daa6aa..8cce2d5 100644 --- a/c_src/core__file._ffi.h +++ b/c_src/core__file._ffi.h @@ -15,8 +15,10 @@ #include #include #include - #include #include +#ifndef _WIN32 + #include +#endif #include "core__math._ffi.h" #include "core__time._ffi.h" #endif