From: ehofman Date: Thu, 6 Oct 2005 14:39:12 +0000 (+0000) Subject: Another Solaris fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4d54ba2200e7e558e0fbfae88ce70042cdbbcda1;p=simgear.git Another Solaris fix. --- diff --git a/simgear/misc/stdint.hxx b/simgear/misc/stdint.hxx index 90d52a93..a66f8c8c 100644 --- a/simgear/misc/stdint.hxx +++ b/simgear/misc/stdint.hxx @@ -58,7 +58,7 @@ typedef unsigned int uint32_t; typedef unsigned __int64 uint64_t; typedef int ssize_t; -#elif defined(sgi) +#elif defined(sgi) || defined(__sun) # include #else # include