Build fix for case sensitive platforms.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6578 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice 2010-12-14 02:44:27 +00:00
parent 4780c8f6dd
commit e4ed7dab22
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include "../PowerPC/PowerPC.h"
#include "EXI.h"
#include "sram.h"
#include "Sram.h"
SRAM g_SRAM;
namespace ExpansionInterface