summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-01-25 22:47:59 +0100
committerThomas Martitz <kugel@rockbox.org>2012-01-25 22:47:59 +0100
commit63ddd15fc6a4760a33a160089699065a4d295f9e (patch)
treec964bd6758e6c010fce73d14705789032c740ae7
parentf1d3ff4564e5191da6ad5c66366af1535dd581f2 (diff)
downloadrockbox-63ddd15fc6a4760a33a160089699065a4d295f9e.tar.gz
rockbox-63ddd15fc6a4760a33a160089699065a4d295f9e.zip
Fix win32 simulator build (FS#12564).
Change-Id: Ia8c805fd63b6d2d05133e6dd0ad257d31b38e2a0
-rw-r--r--firmware/target/hosted/debug-hosted.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/hosted/debug-hosted.c b/firmware/target/hosted/debug-hosted.c
index 35c487958b..7b87159b97 100644
--- a/firmware/target/hosted/debug-hosted.c
+++ b/firmware/target/hosted/debug-hosted.c
@@ -24,6 +24,7 @@
24#include <string.h> 24#include <string.h>
25 25
26#ifdef WIN32 26#ifdef WIN32
27#include <windows.h>
27static unsigned old_cp; 28static unsigned old_cp;
28 29
29void debug_exit(void) 30void debug_exit(void)