diff options
author | coyote <coyote@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-11-30 08:01:43 +0000 |
---|---|---|
committer | coyote <coyote@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-11-30 08:01:43 +0000 |
commit | 1c365d804a4a71ff34b47540a61f20bbc390ea64 (patch) | |
tree | bf363c4a6b8d4afdcd8a939dbbc9c3cb71b3a9de /code/qcommon | |
parent | 18019a0dadaaabf63e8b4a44c9373c9e65b1097b (diff) | |
download | ioquake3-aero-1c365d804a4a71ff34b47540a61f20bbc390ea64.tar.gz ioquake3-aero-1c365d804a4a71ff34b47540a61f20bbc390ea64.zip |
Changes to build defines for Solaris on i86pc. Minor fix to q_platform.h for Solaris.
git-svn-id: svn://svn.icculus.org/quake3/trunk@995 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon')
-rw-r--r-- | code/qcommon/q_platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/q_platform.h b/code/qcommon/q_platform.h index 16817c8..2d4306a 100644 --- a/code/qcommon/q_platform.h +++ b/code/qcommon/q_platform.h @@ -222,7 +222,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifdef __sun -#include <sys/isa_defs.h> +#include <stdint.h> #include <sys/byteorder.h> #define OS_STRING "solaris" |