From 915ac4db78aee06922dde2befca2eb35a429e63a Mon Sep 17 00:00:00 2001 From: John Rockefeller Date: Wed, 6 Sep 2017 23:14:51 -0400 Subject: [PATCH 1/1] Fix case on file path Broke compilation on Linux. --- src/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1