mirror of https://github.com/libsdl-org/SDL
Android: fix missing prototype warning
This commit is contained in:
parent
0059ace0b4
commit
2a4ddeeea9
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "../../SDL_internal.h"
|
||||
#include "../SDL_syslocale.h"
|
||||
#include "../../core/android/SDL_android.h"
|
||||
|
||||
void
|
||||
SDL_SYS_GetPreferredLocales(char *buf, size_t buflen)
|
||||
|
|
Loading…
Reference in New Issue