Use our platform test macro for Solaris.

This commit is contained in:
Ryan C. Gordon 2012-03-19 20:40:22 -04:00
parent f49c122784
commit d67e2c9207
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <malloc.h>
#endif
#if defined(__sun) || defined(sun)
#if PHYSFS_PLATFORM_SOLARIS
#include <alloca.h>
#endif