Merge pull request #13425 from kivutar/patch-1

Fix libretro OSX build
This commit is contained in:
Henrik Rydgård 2020-09-14 14:30:09 +02:00 committed by GitHub
commit 6ccb24d54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,10 @@
#endif
#include <fcntl.h>
#ifdef __APPLE__
#include <unistd.h>
#endif
#ifdef _WIN32
# include <stddef.h>
#endif