From 1fe05388adf3abdb4fc402e715eff3ef3870ac18 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 8 Apr 2010 09:56:51 -0400 Subject: [PATCH] Patched to compile on Solaris. --- src/physfs_internal.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/physfs_internal.h b/src/physfs_internal.h index f1a31198..9673d830 100644 --- a/src/physfs_internal.h +++ b/src/physfs_internal.h @@ -35,6 +35,10 @@ #define __inline__ inline #endif +#if defined(__sun) || defined(sun) +#include +#endif + #ifdef __cplusplus extern "C" { #endif