public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] hurd: add missing include
@ 2020-05-29 20:10 Samuel Thibault
  2020-05-29 20:43 ` Simon Marchi
  0 siblings, 1 reply; 2+ messages in thread
From: Samuel Thibault @ 2020-05-29 20:10 UTC (permalink / raw)
  To: gdb-patches; +Cc: Thomas Schwinge, thomas, bug-hurd

gdb/Changelog:

2020-05-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>

	* gnu-nat.c: Include "gdbarch.h".

diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c
index 3b438a9a43..78e9ab7f71 100644
--- a/gdb/gnu-nat.c
+++ b/gdb/gnu-nat.c
@@ -64,6 +64,7 @@ extern "C"
 #include "language.h"
 #include "target.h"
 #include "gdbsupport/gdb_wait.h"
+#include "gdbarch.h"
 #include "gdbcmd.h"
 #include "gdbcore.h"
 #include "gdbthread.h"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] hurd: add missing include
  2020-05-29 20:10 [PATCH] hurd: add missing include Samuel Thibault
@ 2020-05-29 20:43 ` Simon Marchi
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Marchi @ 2020-05-29 20:43 UTC (permalink / raw)
  To: gdb-patches, Thomas Schwinge, thomas, bug-hurd

On 2020-05-29 4:10 p.m., Samuel Thibault wrote:
> gdb/Changelog:
> 
> 2020-05-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
> 
> 	* gnu-nat.c: Include "gdbarch.h".
> 
> diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c
> index 3b438a9a43..78e9ab7f71 100644
> --- a/gdb/gnu-nat.c
> +++ b/gdb/gnu-nat.c
> @@ -64,6 +64,7 @@ extern "C"
>  #include "language.h"
>  #include "target.h"
>  #include "gdbsupport/gdb_wait.h"
> +#include "gdbarch.h"
>  #include "gdbcmd.h"
>  #include "gdbcore.h"
>  #include "gdbthread.h"
> 

Hi Samuel,

I suppose this fixes a compilation failure, if so please show it in the commit message.

Simon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-29 20:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29 20:10 [PATCH] hurd: add missing include Samuel Thibault
2020-05-29 20:43 ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).