commit | f29a08f9176c1a443942c08a999763e79b911f62 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Wed Feb 09 17:41:27 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Wed Feb 09 17:41:27 2011 +0000 |
tree | 2a466e4518f3ecef0754efe2ea25c6cce623e311 | |
parent | 419144b064166f0d18b06cad4d52fe66e7ca058f [diff] [blame] |
Patch from Kirk Beitz to make things compile on MinGW minus the putenv part. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@125199 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp b/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp index 378b634..3708407 100644 --- a/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp +++ b/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
@@ -23,8 +23,8 @@ #include "ProcessGDBRemote.h" #include "ProcessGDBRemoteLog.h" +#include "Plugins/Process/Utility/UnwindLLDB.h" #include "Utility/StringExtractorGDBRemote.h" -#include "UnwindLLDB.h" #ifdef __APPLE__ #include "UnwindMacOSXFrameBackchain.h"