forked from len0rd/rockbox
included threads.h so that init_threads is defined.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@979 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
23ed32cf41
commit
e096c86b09
1 changed files with 3 additions and 2 deletions
|
@ -34,12 +34,13 @@
|
|||
#endif
|
||||
#include "mpeg.h"
|
||||
#include "main_menu.h"
|
||||
#include "thread.h"
|
||||
|
||||
#include "version.h"
|
||||
|
||||
char appsversion[]=APPSVERSION;
|
||||
|
||||
int init(void);
|
||||
void init(void);
|
||||
|
||||
void app_main(void)
|
||||
{
|
||||
|
@ -49,7 +50,7 @@ void app_main(void)
|
|||
|
||||
#ifdef SIMULATOR
|
||||
|
||||
int init(void)
|
||||
void init(void)
|
||||
{
|
||||
init_threads();
|
||||
lcd_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue