Fix building the tester binary on Linux

This commit is contained in:
NieDzejkob 2018-11-09 22:20:35 +01:00
parent a39b314378
commit d05ee826d4
No known key found for this signature in database
GPG Key ID: E315A75846131564
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>