diff --git a/src/physfs_internal.h b/src/physfs_internal.h index f1a3119..9673d83 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