Skip to content
Snippets Groups Projects
Commit 80cae178 authored by John Ridges's avatar John Ridges Committed by Jean-Marc Valin
Browse files

MacOS X typedef fix

parent 009978ee
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment