mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
Add <sys/uio.h> #include back in amd64-linux-nat.c.
This include is needed to access the definition of "struct iovec". gdb/ChangeLog: * amd64-linux-nat.c: Add <sys/uio.h> #include.
This commit is contained in:
parent
d342a0da4f
commit
35782f1465
@ -1,3 +1,7 @@
|
||||
2014-09-10 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* amd64-linux-nat.c: Add <sys/uio.h> #include.
|
||||
|
||||
2014-09-09 Doug Evans <xdje42@gmail.com>
|
||||
|
||||
PR guile/17367
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "inferior.h"
|
||||
#include "regcache.h"
|
||||
#include "elf/common.h"
|
||||
#include <sys/uio.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <asm/prctl.h>
|
||||
#include <sys/reg.h>
|
||||
|
Loading…
Reference in New Issue
Block a user