]> git.mxchange.org Git - simgear.git/commitdiff
Another Solaris fix.
authorehofman <ehofman>
Thu, 6 Oct 2005 14:39:12 +0000 (14:39 +0000)
committerehofman <ehofman>
Thu, 6 Oct 2005 14:39:12 +0000 (14:39 +0000)
simgear/misc/stdint.hxx

index 90d52a93f7f03c6155b5975366512c38e8534558..a66f8c8cbb0b373dfb97bb7cd42ecc12c0bf2a4e 100644 (file)
@@ -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 <sys/types.h>
 #else
 # include <stdint.h>