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