michael@0: Index: include/ogg/os_types.h michael@0: =================================================================== michael@0: --- include/ogg/os_types.h (revision 18100) michael@0: +++ include/ogg/os_types.h (working copy) michael@0: @@ -75,6 +75,16 @@ michael@0: typedef uint32_t ogg_uint32_t; michael@0: typedef int64_t ogg_int64_t; michael@0: michael@0: +#elif defined(__sun__) michael@0: + michael@0: + /* Solaris and derivatives */ michael@0: +# include michael@0: + typedef int16_t ogg_int16_t; michael@0: + typedef uint16_t ogg_uint16_t; michael@0: + typedef int32_t ogg_int32_t; michael@0: + typedef uint32_t ogg_uint32_t; michael@0: + typedef int64_t ogg_int64_t; michael@0: + michael@0: #elif defined(__HAIKU__) michael@0: michael@0: /* Haiku */ michael@0: