1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Fix TcpSocket for Linux compilers (#13)

This commit is contained in:
Michał Janiszewski
2016-06-02 10:13:25 +02:00
committed by Ted John
parent 8dfbabbd07
commit e3d04ff96d
2 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
#ifndef DISABLE_NETWORK
#include "Network.h"
#include "network.h"
#include "NetworkConnection.h"
#include "../core/String.hpp"
#include <SDL.h>