mirror of https://github.com/mgba-emu/mgba.git
SDL: Fix GLES2 build
This commit is contained in:
parent
d68a4f97c5
commit
d84cee4700
|
@ -7,7 +7,8 @@
|
||||||
|
|
||||||
#include "gl-common.h"
|
#include "gl-common.h"
|
||||||
|
|
||||||
#include "core/thread.h"
|
#include <mgba/core/core.h>
|
||||||
|
#include <mgba/core/thread.h>
|
||||||
|
|
||||||
#ifndef __APPLE__
|
#ifndef __APPLE__
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
|
Loading…
Reference in New Issue