mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 07:44:38 +01:00
Fix building on FreeBSD
This commit is contained in:
committed by
Michał Janiszewski
parent
9b25a45e90
commit
04ed2d78d2
@@ -14,7 +14,7 @@
|
||||
*****************************************************************************/
|
||||
#pragma endregion
|
||||
|
||||
#if (defined(__linux__) || defined(__OpenBSD__)) && !defined(__ANDROID__)
|
||||
#if (defined(__linux__) || defined(__OpenBSD__) || defined(__FreeBSD__)) && !defined(__ANDROID__)
|
||||
|
||||
#include <dlfcn.h>
|
||||
#include <sstream>
|
||||
|
||||
Reference in New Issue
Block a user