1
0
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:
pkubaj
2018-08-30 21:19:46 +02:00
committed by Michał Janiszewski
parent 7faa4e06e0
commit 03cd16220e

View File

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