1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-23 10:20:57 +00:00

(platform_darwin.m) Add unistd.h

This commit is contained in:
twinaphex 2015-07-25 14:50:40 +02:00
parent 1af5943ca2
commit b9569296d5

@ -19,6 +19,7 @@
#include <boolean.h>
#include <stddef.h>
#include <string.h>
#include <unistd.h>
#include <sys/utsname.h>