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:
Joel Brobecker 2014-09-10 09:06:50 -04:00
parent d342a0da4f
commit 35782f1465
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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>