1
0
Эх сурвалжийг харах

Patched to compile on Solaris.

Ryan C. Gordon 16 жил өмнө
parent
commit
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