From Stephan Huber, replaced #include <malloc.h> with #include <stdlib.h> to fix build under OSX

This commit is contained in:
Robert Osfield
2009-05-19 10:42:49 +00:00
parent 2885006c50
commit ef14ed46f4

View File

@@ -14,7 +14,7 @@
#ifdef ZIP_STD
#include <stdio.h>
#include <string.h>
#include <malloc.h>
#include <stdlib.h>
#include <time.h>
#ifdef _MSC_VER
#include <sys/utime.h> // microsoft puts it here