mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16325 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
78fa347c6b
commit
b9c9ca6290
2 changed files with 8 additions and 0 deletions
|
|
@ -27,6 +27,10 @@
|
|||
#include "font.h"
|
||||
#include "debug-target.h"
|
||||
|
||||
#ifdef IPOD_ARCH
|
||||
#include "hwcompat.h" /* needed for IPOD_HW_REVISION */
|
||||
#endif
|
||||
|
||||
static int perfcheck(void)
|
||||
{
|
||||
int result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue