Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcelt/celt_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcelt/celt_types.h b/libcelt/celt_types.h
index fecd457..7023824 100644
--- a/libcelt/celt_types.h
+++ b/libcelt/celt_types.h
@@ -67,8 +67,8 @@
#elif (defined(__APPLE__) && defined(__MACH__)) /* MacOS X Framework build */
# include <sys/types.h>
- typedef int16 celt_int16;
- typedef u_int16 celt_uint16;
+ typedef int16_t celt_int16;
+ typedef u_int16_t celt_uint16;
typedef int32_t celt_int32;
typedef u_int32_t celt_uint32;