Skip to content

Commit 8c0104a

Browse files
authored
Include <unistd.h> for isatty()
1 parent 3f76026 commit 8c0104a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rts/builds/dedicated/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
#ifdef _WIN32
66
#include <windows.h>
7+
#else
8+
#include <unistd.h>
79
#endif
810

911
#include "Game/GameSetup.h"

0 commit comments

Comments
 (0)