1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-20 15:40:32 +00:00

Allows to build on macos 10.15

This commit is contained in:
Arnaud Dochain 2022-08-28 15:28:41 +00:00 committed by psi29a
parent bedfbfd594
commit 1163c12645

View File

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