Include missing header signal.h

2021-06-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>

	* compile/compile.c: Include missing header signal.h.
This commit is contained in:
Bernd Edlinger
2021-06-14 14:49:21 +02:00
parent 0121f438e8
commit 739025e89c
2 changed files with 5 additions and 0 deletions

View 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.

View File

@@ -43,6 +43,7 @@
#include "gdbsupport/gdb_optional.h"
#include "gdbsupport/gdb_unlinker.h"
#include "gdbsupport/pathstuff.h"
#include <signal.h>