mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Add missing headers (#15075)
Some systems must explicitly include these headers.
This commit is contained in:
parent
3ef48cbdd5
commit
e8ad6ec673
3 changed files with 2 additions and 2 deletions
2
3rdparty/pine/pine_server.h
vendored
2
3rdparty/pine/pine_server.h
vendored
|
@ -27,10 +27,8 @@
|
|||
#include <sys/un.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <poll.h>
|
||||
#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
constexpr SOCKET invalid_socket = INVALID_SOCKET;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue