From 4189377d15265479fc4fdbf48806b8e3211cd448 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 7 Apr 2010 12:34:31 -0400 Subject: [PATCH] Patched to compile on Solaris. --- physfs_internal.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/physfs_internal.h b/physfs_internal.h index 334ee6b6..7784d7f9 100644 --- a/physfs_internal.h +++ b/physfs_internal.h @@ -29,6 +29,10 @@ #include #endif +#if defined(__sun) || defined(sun) +#include +#endif + #ifdef __cplusplus extern "C" { #endif