Fix case on file path
authorJohn Rockefeller <jrockefeller1@gmail.com>
Thu, 7 Sep 2017 03:14:51 +0000 (23:14 -0400)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2017 03:14:51 +0000 (23:14 -0400)
Broke compilation on Linux.

src/file.cpp

index 412599f..5dbfa1b 100644 (file)
@@ -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"