From 9621c4fcd572466c524b3291f0900290b51e7b14 Mon Sep 17 00:00:00 2001 From: wowzaman12 Date: Tue, 7 Apr 2015 11:46:26 +0000 Subject: [PATCH] case of the case sensitive compiler. git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1330 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/gba/debugger-expr-yacc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gba/debugger-expr-yacc.cpp b/src/gba/debugger-expr-yacc.cpp index c3a1840d..35bbf145 100644 --- a/src/gba/debugger-expr-yacc.cpp +++ b/src/gba/debugger-expr-yacc.cpp @@ -126,7 +126,7 @@ #include "../System.h" #include "GBA.h" -#include "../Common/Port.h" +#include "../common/Port.h" #include #include