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

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