Explorar el Código

Patched to compile on Solaris.

Ryan C. Gordon hace 16 años
padre
commit
1fe05388ad
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/physfs_internal.h

+ 4 - 0
src/physfs_internal.h

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