Skip to content

Commit

Permalink
Patched to compile on Solaris.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 7, 2010
1 parent 4d961a9 commit 4189377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions physfs_internal.h
Expand Up @@ -29,6 +29,10 @@
#include <malloc.h>
#endif

#if defined(__sun) || defined(sun)
#include <alloca.h>
#endif

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 4189377

Please sign in to comment.