1
0

Another Linux compilation fix.

This commit is contained in:
madmaxoft 2013-08-10 12:51:57 +02:00
parent 211a8395d4
commit 9794496571

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