Merge pull request #128 from NieDzejkob/fix-linux-tester

Fix building the tester binary on Linux
This commit is contained in:
Lior Halphon 2018-11-09 23:20:36 +02:00 committed by GitHub
commit bbffb49b8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
#include <direct.h>
#include <windows.h>
#define snprintf _snprintf
#else
#include <sys/wait.h>
#endif
#include <Core/gb.h>