mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 10:20:57 +00:00
Add PS3 ifdef
This commit is contained in:
parent
f76547a96f
commit
adc6d21601
@ -52,8 +52,12 @@
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <arpa/inet.h>
|
||||
#ifdef __CELLOS_LV2__
|
||||
#include <sys/poll.h>
|
||||
#else
|
||||
#include <poll.h>
|
||||
#endif
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
#ifdef _WIN32
|
||||
#include <direct.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user