git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16325 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christian Gmeiner 2008-02-17 15:32:26 +00:00
parent 78fa347c6b
commit b9c9ca6290
2 changed files with 8 additions and 0 deletions

View file

@ -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;