mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Change ordering of includes (#7941)
It fixes build with LLVM 6.0.1 and GCC 7.3.0 on FreeBSD 11.2-RELEASE
This commit is contained in:
committed by
Michał Janiszewski
parent
7faa4e06e0
commit
03cd16220e
@@ -13,8 +13,8 @@
|
||||
# include <pwd.h>
|
||||
# if defined(__FreeBSD__)
|
||||
# include <stddef.h>
|
||||
# include <sys/param.h>
|
||||
# include <sys/sysctl.h>
|
||||
# include <sys/types.h>
|
||||
# endif // __FreeBSD__
|
||||
# if defined(__linux__)
|
||||
// for PATH_MAX
|
||||
|
||||
Reference in New Issue
Block a user