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:
@ -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
|
||||
/*
|
||||
|
Reference in New Issue
Block a user