Fix linux s390x build (pr36694)
authorPavel Labath <labath@google.com>
Tue, 13 Mar 2018 09:46:00 +0000 (09:46 +0000)
committerPavel Labath <labath@google.com>
Tue, 13 Mar 2018 09:46:00 +0000 (09:46 +0000)
llvm-svn: 327379

lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp

index 021394a..3406ee5 100644 (file)
@@ -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"