1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

add support for FreeBSD

This commit is contained in:
josch
2014-11-17 12:25:10 +01:00
parent c36042f8c7
commit a96b5e7905
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#ifdef VCMI_WINDOWS
#include <windows.h>
#elif !defined(VCMI_APPLE)
#elif !defined(VCMI_APPLE) && !defined(VCMI_FREEBSD)
#include <sys/prctl.h>
#endif
/*