]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Include missing header signal.h
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 14 Jun 2021 12:49:21 +0000 (14:49 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 14 Jun 2021 15:12:14 +0000 (17:12 +0200)
2021-06-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>

* compile/compile.c: Include missing header signal.h.

gdb/ChangeLog
gdb/compile/compile.c

index 799d6a7670f5b268f4452a3f55e7102a54bd201f..2db5abcb65e1afc61fe99034be48e19506be1db1 100644 (file)
@@ -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.
index 8247fc453960ac960f4ef7b844da280c310fd660..abbb72a393c954b470b8c0c412f3bbcbb1133786 100644 (file)
@@ -43,6 +43,7 @@
 #include "gdbsupport/gdb_optional.h"
 #include "gdbsupport/gdb_unlinker.h"
 #include "gdbsupport/pathstuff.h"
+#include <signal.h>
 
 \f