aboutsummaryrefslogtreecommitdiff
path: root/macos/compat/sys/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'macos/compat/sys/types.h')
-rw-r--r--macos/compat/sys/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macos/compat/sys/types.h b/macos/compat/sys/types.h
new file mode 100644
index 0000000..4ef7abd
--- /dev/null
+++ b/macos/compat/sys/types.h
@@ -0,0 +1 @@
+#ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */ \ No newline at end of file