summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/src/arm/armdefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/src/arm/armdefs.h b/src/core/src/arm/armdefs.h
index a0cf28a92..69cf790e4 100644
--- a/src/core/src/arm/armdefs.h
+++ b/src/core/src/arm/armdefs.h
@@ -22,6 +22,10 @@
#include <stdlib.h>
#include <errno.h>
+#if EMU_PLATFORM == PLATFORM_WINDOWS
+#include <windows.h>
+#endif
+
//teawater add for arm2x86 2005.02.14-------------------------------------------
// koodailar remove it for mingw 2005.12.18----------------
//anthonylee modify it for portable 2007.01.30