fix missing extern for gcc 10.x

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2020-12-19 23:55:30 +01:00
parent 6040b6aee8
commit f8e5bc953b

View File

@ -59,7 +59,7 @@ extern TTF_Font *font_title;
extern TTF_Font *font_info;
extern SDL_Color bg_color;
extern SDL_Color text_color;
char *prog_title;
extern char *prog_title;
#endif //__FUNKEY_PROD_SCREENS__