commit | 7debc93afc1829e366340fe1438a041a34c26829 | [log] [tgz] |
---|---|---|
author | Haibo Huang <hhb@google.com> | Thu Aug 08 21:42:33 2019 +0000 |
committer | Haibo Huang <hhb@google.com> | Thu Aug 08 21:42:33 2019 +0000 |
tree | d3f1dd91af7451d9024672c94d4c95573a5fa181 | |
parent | 3a9059effb1c6ec79c6edde44d10690c43c3f52e [diff] [blame] |
[lldb] Fix HAVE_LIBCOMPRESSION Summary: This test doesn't make sense. Change to be consistent with what we did in GDBRemoteCommunication.cpp. Reviewers: labath Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D65965 llvm-svn: 368352
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp index 23a069d..24a0991 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
@@ -14,6 +14,7 @@ #include <sys/stat.h> #include "lldb/Core/StreamFile.h" +#include "lldb/Host/Config.h" #include "lldb/Host/ConnectionFileDescriptor.h" #include "lldb/Host/FileSystem.h" #include "lldb/Host/Host.h"