1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

Add OpenBSD defines

This commit is contained in:
kirby1
2023-12-14 10:29:42 +03:00
parent 602004591d
commit 5888a20920
4 changed files with 9 additions and 4 deletions

View File

@ -14,7 +14,8 @@
#include <windows.h>
#elif defined(VCMI_HAIKU)
#include <OS.h>
#elif !defined(VCMI_APPLE) && !defined(VCMI_FREEBSD) && !defined(VCMI_HURD)
#elif !defined(VCMI_APPLE) && !defined(VCMI_FREEBSD) && \
!defined(VCMI_HURD) && !defined(VCMI_OPENBSD)
#include <sys/prctl.h>
#endif