Android: fix missing prototype warning

This commit is contained in:
Sylvain Becker 2020-05-08 11:15:38 +02:00
parent 0059ace0b4
commit 2a4ddeeea9
1 changed files with 1 additions and 0 deletions

View File

@ -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)