mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-01-08 19:30:18 +00:00
Fixed implicit function declaration in test program.
This commit is contained in:
parent
ac27b511bf
commit
5715097a0c
@ -16,6 +16,7 @@
|
||||
*/
|
||||
|
||||
#include "SDL.h"
|
||||
#include <stdlib.h> /* for exit() */
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
#include <emscripten/emscripten.h>
|
||||
|
Loading…
Reference in New Issue
Block a user