1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 16:15:33 +00:00

Merge branch 'build-on-old-macos' into 'master'

Allows to build on macos 10.15

See merge request OpenMW/openmw!2326
This commit is contained in:
psi29a 2022-08-28 15:28:41 +00:00
commit 5389ce08e0

View file

@ -34,6 +34,7 @@
#if defined(__APPLE__)
#include <sys/sysctl.h>
#include <libproc.h>
#include <cassert>
#endif
#if defined(__FreeBSD__)