mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Merge pull request #2310 from osconnoisseur/fix_fcntl_h
Include <fcntl.h> instead of the non-standard <sys/fcntl.h>
This commit is contained in:
@@ -79,7 +79,7 @@ extern "C" {
|
||||
#include <netdb.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <fcntl.h>
|
||||
typedef int SOCKET;
|
||||
#define SOCKET_ERROR -1
|
||||
#define INVALID_SOCKET -1
|
||||
|
||||
Reference in New Issue
Block a user