Fixed a warning.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6971 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michiel Van Der Kolk 2005-07-01 18:01:23 +00:00
parent c828885c47
commit 10b2069aed
2 changed files with 2 additions and 0 deletions

View file

@ -100,4 +100,5 @@ void addrundbentry(void);
void loadruntimeinfo(char *filename);
void increaseplaycount(void);
void setrating(int rating);
int rundb_init(void);
#endif

View file

@ -59,6 +59,7 @@
#include "talk.h"
#include "plugin.h"
#include "misc.h"
#include "database.h"
#if (CONFIG_HWCODEC == MASNONE)
#include "pcm_playback.h"