Browse Source

Android: fix missing prototype warning

Sylvain Becker 5 years ago
parent
commit
2a4ddeeea9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/locale/android/SDL_syslocale.c

+ 1 - 0
src/locale/android/SDL_syslocale.c

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