mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Fix build with FreeBSD
This commit is contained in:
committed by
Michał Janiszewski
parent
2ea62fe6cf
commit
7adde37f56
@@ -18,6 +18,11 @@
|
||||
|
||||
#include <limits.h>
|
||||
#include <pwd.h>
|
||||
#if defined(__FreeBSD__)
|
||||
#include <stddef.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
#endif // __FreeBSD__
|
||||
#if defined(__linux__)
|
||||
// for PATH_MAX
|
||||
#include <linux/limits.h>
|
||||
|
||||
Reference in New Issue
Block a user