Explorar el Código

Patched to compile on Solaris.

Ryan C. Gordon hace 16 años
padre
commit
4189377d15
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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