mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 09:29:16 +00:00
(OSX) Include <sys/types.h> - provide prototype for ssize_t
This commit is contained in:
parent
d773dd8d45
commit
da34967857
2
driver.h
2
driver.h
@ -19,6 +19,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <boolean.h>
|
||||
#include <compat/posix_string.h>
|
||||
@ -221,7 +222,6 @@ typedef struct driver_ctx_info
|
||||
ssize_t len;
|
||||
} driver_ctx_info_t;
|
||||
|
||||
|
||||
/* TODO/FIXME - comment needs to be moved to each respective driver */
|
||||
|
||||
/* Set this to true if the platform in question needs to 'own'
|
||||
|
Loading…
Reference in New Issue
Block a user