mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Fixed logf builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11512 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
58e7547e89
commit
202b7267c2
1 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
|||
#include "mp3data.h"
|
||||
#include "powermgmt.h"
|
||||
#include "splash.h"
|
||||
#include "logf.h"
|
||||
|
||||
#ifdef CONFIG_CHARGING
|
||||
#include "power.h"
|
||||
|
@ -417,7 +418,7 @@ static const struct plugin_api rockbox_api = {
|
|||
debugf,
|
||||
#endif
|
||||
#ifdef ROCKBOX_HAS_LOGF
|
||||
logf,
|
||||
_logf,
|
||||
#endif
|
||||
&global_settings,
|
||||
mp3info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue