Ver Fonte

Patched to compile on Solaris.

Ryan C. Gordon há 16 anos atrás
pai
commit
4189377d15
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      physfs_internal.h

+ 4 - 0
physfs_internal.h

@@ -29,6 +29,10 @@
 #include <malloc.h>
 #endif
 
+#if defined(__sun) || defined(sun)
+#include <alloca.h>
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif