mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-11-23 17:09:44 +00:00
Fix building the tester binary on Linux
This commit is contained in:
parent
a39b314378
commit
d05ee826d4
@ -11,6 +11,8 @@
|
||||
#include <direct.h>
|
||||
#include <windows.h>
|
||||
#define snprintf _snprintf
|
||||
#else
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#include <Core/gb.h>
|
||||
|
Loading…
Reference in New Issue
Block a user