Add PS3 ifdef

This commit is contained in:
twinaphex 2019-02-02 21:03:23 +01:00
parent f76547a96f
commit adc6d21601

View File

@ -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>