1
0
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:
David CARLIER
2017-06-27 07:56:03 +01:00
committed by Michał Janiszewski
parent 9b25a45e90
commit 04ed2d78d2
3 changed files with 6 additions and 6 deletions

View File

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