mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-23 04:44:13 +00:00
10 lines
187 B
C
10 lines
187 B
C
![]() |
#ifdef _PS3
|
||
|
#include <unistd.h>
|
||
|
#include <sys/socket.h>
|
||
|
#include <netinet/in.h>
|
||
|
#include <arpa/inet.h>
|
||
|
#include "tier0/threadtools.h"
|
||
|
typedef int SOCKET;
|
||
|
#define INVALID_SOCKET -1
|
||
|
#endif
|