Skip to content

Commit

Permalink
Android: fix missing prototype warning
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed May 8, 2020
1 parent 0059ace commit 2a4ddee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/android/SDL_syslocale.c
Expand Up @@ -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)
Expand Down

0 comments on commit 2a4ddee

Please sign in to comment.