mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
The HAVE_SYS_MALLOC_H is needed for OSX
This commit is contained in:
parent
31dde9d31d
commit
6ea55fbf08
@ -106,11 +106,9 @@
|
|||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
|
||||||
#ifdef HAVE_SYS_MALLOC_H
|
#ifdef HAVE_SYS_MALLOC_H
|
||||||
#include <sys/malloc.h>
|
#include <sys/malloc.h>
|
||||||
#endif
|
#endif
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef HAVE_ALLOCA_H
|
#ifdef HAVE_ALLOCA_H
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user