[binutils-gdb] Include missing header signal.h

Bernd Edlinger edlinger@sourceware.org
Mon Jun 14 15:12:33 GMT 2021


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=739025e89c44899fd8f41440727748c6467fa7a4

commit 739025e89c44899fd8f41440727748c6467fa7a4
Author: Bernd Edlinger <bernd.edlinger@hotmail.de>
Date:   Mon Jun 14 14:49:21 2021 +0200

    Include missing header signal.h
    
    2021-06-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
    
            * compile/compile.c: Include missing header signal.h.

Diff:
---
 gdb/ChangeLog         | 4 ++++
 gdb/compile/compile.c | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 799d6a7670f..2db5abcb65e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2021-06-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+	* compile/compile.c: Include missing header signal.h.
+
 2021-06-12  John Baldwin  <jhb@FreeBSD.org>
 
 	* remote.c (remote_new_objfile): Fix indentation.
diff --git a/gdb/compile/compile.c b/gdb/compile/compile.c
index 8247fc45396..abbb72a393c 100644
--- a/gdb/compile/compile.c
+++ b/gdb/compile/compile.c
@@ -43,6 +43,7 @@
 #include "gdbsupport/gdb_optional.h"
 #include "gdbsupport/gdb_unlinker.h"
 #include "gdbsupport/pathstuff.h"
+#include <signal.h>


More information about the Gdb-cvs mailing list