summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-03-13 09:46:00 +0000
committerPavel Labath <labath@google.com>2018-03-13 09:46:00 +0000
commit01961c4b1a985f8f82f325d981f8b142216ea706 (patch)
treeae9ade0b7dc455448e09507be98cd54f7a528f04 /lldb/source/Plugins/Process/Linux
parent796684b451b42c72a1c963ea8e1aa47e974c5cc4 (diff)
downloadbcm5719-llvm-01961c4b1a985f8f82f325d981f8b142216ea706.tar.gz
bcm5719-llvm-01961c4b1a985f8f82f325d981f8b142216ea706.zip
Fix linux s390x build (pr36694)
llvm-svn: 327379
Diffstat (limited to 'lldb/source/Plugins/Process/Linux')
-rw-r--r--lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
index 021394ab154..3406ee52d6f 100644
--- a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
+++ b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
@@ -10,7 +10,7 @@
#if defined(__s390x__) && defined(__linux__)
#include "NativeRegisterContextLinux_s390x.h"
-
+#include "Plugins/Process/Linux/NativeProcessLinux.h"
#include "lldb/Core/RegisterValue.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Utility/DataBufferHeap.h"
OpenPOWER on IntegriCloud