mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
Fix Linux build
This commit is contained in:
parent
6c8050a564
commit
fc9d7022b5
1 changed files with 0 additions and 3 deletions
|
@ -1,13 +1,11 @@
|
|||
#ifndef SOCKET_LINUX_H
|
||||
#define SOCKET_LINUX_H
|
||||
#ifndef WINSOCK
|
||||
|
||||
#include <errno.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/socket.h>
|
||||
#include <fcntl.h>
|
||||
#include "socket.h"
|
||||
|
||||
#define SOCKET unsigned int
|
||||
#define INVALID_SOCKET (unsigned int)(-1)
|
||||
|
@ -20,4 +18,3 @@
|
|||
#define SOCKET_ECONNRESET ECONNRESET
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue