Преглед изворни кода

Patched to compile on Solaris.

Ryan C. Gordon пре 16 година
родитељ
комит
4189377d15
1 измењених фајлова са 4 додато и 0 уклоњено
  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