Fix compiler error in Windows

This commit is contained in:
Antonio Vazquez
2018-04-14 16:24:06 +02:00
committed by Campbell Barton
parent 2666e77c22
commit 87a9b6ac06

View File

@@ -33,6 +33,9 @@
# include <unistd.h> # include <unistd.h>
#endif #endif
#if defined(_MSC_VER)
# include <io.h>
#endif
/* Only other dependency (could use regular malloc too). */ /* Only other dependency (could use regular malloc too). */
#include "MEM_guardedalloc.h" #include "MEM_guardedalloc.h"