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