diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-31 14:00:54 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-31 14:00:54 +0000 |
| commit | af1e42ec9059453a27ea1dccbbdab305bd894775 (patch) | |
| tree | e8657e446c7e24aa5d0ca24ee062569de0baeaa3 /Source/Core | |
| parent | 2c7a92e1b7d30ef8a7792513df8a244454f45f45 (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.h | 4 |
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>
|
