This commit is contained in:
Ward Fisher 2013-04-02 21:20:09 +00:00
parent 55ece83f37
commit 4abfc217c7

View File

@ -19,6 +19,11 @@ for more info.
#include <malloc.h>
#endif
#ifndef SIZEOF_SSIZE_T
#define ssize_t int
#endif
#ifdef _WIN64
#include <sys/stat.h>
#endif