Navigation Menu

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 8, 2010
1 parent 80713fb commit 1fe0538
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/physfs_internal.h
Expand Up @@ -35,6 +35,10 @@
#define __inline__ inline
#endif

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

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

0 comments on commit 1fe0538

Please sign in to comment.