summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/debug-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/debug-pp.c')
-rw-r--r--firmware/target/arm/debug-pp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/arm/debug-pp.c b/firmware/target/arm/debug-pp.c
index 313e9713f8..7e4537ad71 100644
--- a/firmware/target/arm/debug-pp.c
+++ b/firmware/target/arm/debug-pp.c
@@ -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;