Add rule for OSX/iOS - ssize_t

This commit is contained in:
twinaphex 2016-04-27 14:35:59 +02:00
parent 15a30dae70
commit 3b9c406123

View File

@ -71,6 +71,8 @@ typedef __int64 ssize_t;
typedef int ssize_t;
#endif
#endif
#elif defined(__MACH__)
#include <sys/types.h>
#endif
/*
@ -89,4 +91,4 @@ in as few places as possible...
/* _LIBRETRO_COMMON_RETRO_COMMON_API_H */
#endif
#endif