Fix compiler error in Windows
This commit is contained in:

committed by
Campbell Barton

parent
2666e77c22
commit
87a9b6ac06
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user