forked from Imagelibrary/binutils-gdb
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user