From 4d54ba2200e7e558e0fbfae88ce70042cdbbcda1 Mon Sep 17 00:00:00 2001 From: ehofman Date: Thu, 6 Oct 2005 14:39:12 +0000 Subject: [PATCH] Another Solaris fix. --- simgear/misc/stdint.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5