Fix system ROM loading on 64-bit Linux

This commit is contained in:
cxx 2017-03-10 20:14:00 +09:00
parent 24144ba496
commit 8bb7f9281b

View File

@ -25,7 +25,7 @@
**
******************************************************************************
*/
#ifdef EMSCRIPTEN
#if defined(__linux__) || defined(EMSCRIPTEN)
#define _GNU_SOURCE
#endif
#include <string.h>