From: John Rockefeller Date: Thu, 7 Sep 2017 03:14:51 +0000 (-0400) Subject: Fix case on file path X-Git-Tag: v2.1.3-R3~28^2~1 X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/commitdiff_plain/915ac4db78aee06922dde2befca2eb35a429e63a?ds=sidebyside Fix case on file path Broke compilation on Linux. --- diff --git a/src/file.cpp b/src/file.cpp index 412599f..5dbfa1b 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -38,7 +38,7 @@ #include "libelf\libelf.h" #include "libelf\gelf.h" #include "libdwarf.h" -#include "Debugger\ELFManager.h" +#include "debugger\ELFManager.h" #include "debugger\DBGManager.h"