diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h index e655a1d6..67ee915c 100644 --- a/include/ogg/os_types.h +++ b/include/ogg/os_types.h @@ -71,6 +71,7 @@ #elif (defined(__APPLE__) && defined(__MACH__)) /* MacOS X Framework build */ # include +# include typedef int16_t ogg_int16_t; typedef u_int16_t ogg_uint16_t; typedef int32_t ogg_int32_t;