summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-08-08 21:42:33 +0000
committerHaibo Huang <hhb@google.com>2019-08-08 21:42:33 +0000
commit7debc93afc1829e366340fe1438a041a34c26829 (patch)
treed3f1dd91af7451d9024672c94d4c95573a5fa181 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
parent3a9059effb1c6ec79c6edde44d10690c43c3f52e (diff)
downloadbcm5719-llvm-7debc93afc1829e366340fe1438a041a34c26829.tar.gz
bcm5719-llvm-7debc93afc1829e366340fe1438a041a34c26829.zip
[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
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
index 23a069d8223..24a099153be 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"
OpenPOWER on IntegriCloud