mirror of
https://github.com/libretro/blueMSX-libretro.git
synced 2024-11-27 10:40:23 +00:00
Fix system ROM loading on 64-bit Linux
This commit is contained in:
parent
24144ba496
commit
8bb7f9281b
@ -25,7 +25,7 @@
|
||||
**
|
||||
******************************************************************************
|
||||
*/
|
||||
#ifdef EMSCRIPTEN
|
||||
#if defined(__linux__) || defined(EMSCRIPTEN)
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user