SDL: Fix GLES2 build

This commit is contained in:
Anty-Lemon 2017-04-27 13:57:05 -04:00 committed by endrift
parent d68a4f97c5
commit d84cee4700
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
#include "gl-common.h"
#include "core/thread.h"
#include <mgba/core/core.h>
#include <mgba/core/thread.h>
#ifndef __APPLE__
#include <malloc.h>