Another Linux compilation fix.

master
madmaxoft 2013-08-10 12:51:57 +02:00
parent 211a8395d4
commit 9794496571
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ bool g_ShouldColorOutput = false;
HANDLE g_Console = GetStdHandle(STD_OUTPUT_HANDLE);
WORD g_DefaultConsoleAttrib = 0x07;
#elif defined (__linux) && !defined(ANDROID_NDK)
#include <unistd.h> // Needed for isatty() on Linux
bool g_ShouldColorOutput;
#endif