Fix build

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@406 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2008-08-31 14:00:54 +00:00
parent 2c7a92e1b7
commit af1e42ec90
1 changed files with 4 additions and 0 deletions

View File

@ -18,7 +18,11 @@
#ifndef _COMMON_H #ifndef _COMMON_H
#define _COMMON_H #define _COMMON_H
#ifdef _WIN32
#include "../../../PluginSpecs/CommonTypes.h"
#else
#include "CommonTypes.h" #include "CommonTypes.h"
#endif
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>