Malloc declaration needed for Visual Studio

This commit is contained in:
Robin Stuart 2016-11-05 21:06:58 +00:00
parent 5992bbf6e5
commit a1fd5bd832

View File

@ -34,6 +34,7 @@
#ifdef _MSC_VER
#include <fcntl.h>
#include <io.h>
#include <malloc.h>
#endif
#include <stdlib.h>
#include <string.h>