forked from OSchip/llvm-project
[lldb] Replace linux/uio.h with sys/uio.h in NativeRegisterContextLinux_s390x
Fixes PR56280.
This commit is contained in:
parent
abb8bf3671
commit
5e39198570
|
@ -10,16 +10,14 @@
|
|||
|
||||
#include "NativeRegisterContextLinux_s390x.h"
|
||||
#include "Plugins/Process/Linux/NativeProcessLinux.h"
|
||||
#include "Plugins/Process/Utility/RegisterContextLinux_s390x.h"
|
||||
#include "lldb/Host/HostInfo.h"
|
||||
#include "lldb/Utility/DataBufferHeap.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
#include "lldb/Utility/RegisterValue.h"
|
||||
#include "lldb/Utility/Status.h"
|
||||
|
||||
#include "Plugins/Process/Utility/RegisterContextLinux_s390x.h"
|
||||
|
||||
#include <linux/uio.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <sys/uio.h>
|
||||
|
||||
using namespace lldb_private;
|
||||
using namespace lldb_private::process_linux;
|
||||
|
|
Loading…
Reference in New Issue