summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-08-31 14:00:54 +0000
committerhrydgard <hrydgard@gmail.com>2008-08-31 14:00:54 +0000
commitaf1e42ec9059453a27ea1dccbbdab305bd894775 (patch)
treee8657e446c7e24aa5d0ca24ee062569de0baeaa3 /Source/Core
parent2c7a92e1b7d30ef8a7792513df8a244454f45f45 (diff)
Fix build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@406 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/Src/Common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h
index f1e2749569..5769e597cb 100644
--- a/Source/Core/Common/Src/Common.h
+++ b/Source/Core/Common/Src/Common.h
@@ -18,7 +18,11 @@
#ifndef _COMMON_H
#define _COMMON_H
+#ifdef _WIN32
+#include "../../../PluginSpecs/CommonTypes.h"
+#else
#include "CommonTypes.h"
+#endif
#include <stdlib.h>
#include <stdio.h>