forked from teamnwah/openmw-tes3coop
Add missing include for isatty function (Fixes #4002)
This commit is contained in:
parent
fe8437ae10
commit
393f4ab758
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue