mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-16 16:10:58 +00:00
Add missing include for isatty function (Fixes #4002)
This commit is contained in:
parent
fe8437ae10
commit
393f4ab758
@ -20,6 +20,9 @@
|
||||
#include <cstdlib>
|
||||
#endif
|
||||
|
||||
#if (defined(__APPLE__) || defined(__linux) || defined(__unix) || defined(__posix))
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if (defined(__APPLE__) || (defined(__linux) && !defined(ANDROID)) || (defined(__unix) && !defined(ANDROID)) || defined(__posix))
|
||||
#define USE_CRASH_CATCHER 1
|
||||
|
Loading…
Reference in New Issue
Block a user