mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Merge pull request #1375 from MiroslavR/missing-import
Add missing include for isatty function
This commit is contained in:
commit
7f5b615295
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