1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Use fcntl.h instead of sys/fcntl.h

This commit is contained in:
Cameron
2015-11-15 15:58:22 -06:00
parent 54d7b54cb3
commit 9f255e5045

View File

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