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

Fix Android builds

This commit is contained in:
Michał Janiszewski
2017-12-05 22:48:14 +01:00
parent 4e4a1a9d49
commit e5da0f4ffc

View File

@@ -14,7 +14,7 @@
*****************************************************************************/
#pragma endregion
#ifdef __linux__
#if defined(__linux__) && !defined(__ANDROID__)
#include <pwd.h>
#include "../core/Path.hpp"