From: Joel Brobecker Date: Wed, 10 Sep 2014 13:06:50 +0000 (-0400) Subject: Add #include back in amd64-linux-nat.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35782f1465dd014737fcf6c82bdf733598a5c9b8;p=binutils-gdb.git Add #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 #include. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 93a3931e922..2d20b1c6cf6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-09-10 Joel Brobecker + + * amd64-linux-nat.c: Add #include. + 2014-09-09 Doug Evans PR guile/17367 diff --git a/gdb/amd64-linux-nat.c b/gdb/amd64-linux-nat.c index a00fbd68e90..09a4dfd7316 100644 --- a/gdb/amd64-linux-nat.c +++ b/gdb/amd64-linux-nat.c @@ -22,6 +22,7 @@ #include "inferior.h" #include "regcache.h" #include "elf/common.h" +#include #include #include #include