Include alloca.h on Solaris and Linux platforms.
This commit is contained in:
parent
69a7428787
commit
d24ce15922
|
@ -38,7 +38,7 @@
|
|||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#ifdef PHYSFS_PLATFORM_SOLARIS
|
||||
#if defined(PHYSFS_PLATFORM_SOLARIS) || defined(PHYSFS_PLATFORM_LINUX)
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue