The HAVE_SYS_MALLOC_H is needed for OSX

This commit is contained in:
rdb 2008-06-21 16:24:44 +00:00
parent 31dde9d31d
commit 6ea55fbf08

View File

@ -106,11 +106,9 @@
#include <malloc.h>
#endif
/*
#ifdef HAVE_SYS_MALLOC_H
#include <sys/malloc.h>
#endif
*/
#ifdef HAVE_ALLOCA_H
#include <alloca.h>