emscripten: Patched to compile (thanks, Caleb!).

Fixes Bugzilla #4827.
Ryan C. Gordon 2019-10-16 13:54:35 -04:00
parent 1b4de45d05
commit 6be83e6141
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
#include "core/windows/SDL_windows.h"
#endif
#if defined(__EMSCRIPTEN__)
#include <emscripten.h>
#endif
/* Initialization code for SDL */
#include "SDL.h"