Fix compiler error in Windows

This commit is contained in:
Antonio Vazquez
2018-04-14 16:24:06 +02:00
committed by Antonioya
parent 36152afa76
commit 94959dba1b

View File

@@ -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"