We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f76026 commit 8c0104aCopy full SHA for 8c0104a
rts/builds/dedicated/main.cpp
@@ -4,6 +4,8 @@
4
5
#ifdef _WIN32
6
#include <windows.h>
7
+#else
8
+#include <unistd.h>
9
#endif
10
11
#include "Game/GameSetup.h"
0 commit comments