From f8ce071e1040c766157d630d920d6165d35fe422 Mon Sep 17 00:00:00 2001 From: Monty Date: Tue, 2 Nov 2010 15:26:18 +0000 Subject: *partial* fix to Trac #1747 svn path=/trunk/ogg/; revision=17608 --- include/ogg/os_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h index 7dc938c..7f5abe8 100644 --- a/include/ogg/os_types.h +++ b/include/ogg/os_types.h @@ -70,9 +70,9 @@ # include typedef int16_t ogg_int16_t; - typedef u_int16_t ogg_uint16_t; + typedef uint16_t ogg_uint16_t; typedef int32_t ogg_int32_t; - typedef u_int32_t ogg_uint32_t; + typedef uint32_t ogg_uint32_t; typedef int64_t ogg_int64_t; #elif defined(__HAIKU__) -- cgit v1.2.1