aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2021-06-14 14:49:21 +0200
committerBernd Edlinger <bernd.edlinger@hotmail.de>2021-06-14 17:12:14 +0200
commit739025e89c44899fd8f41440727748c6467fa7a4 (patch)
tree02c3efd7b283e92fce8f1e0f6baa8382ab6b021c /gdb/compile
parent0121f438e83e06efd29e43779edf4a01004a39ff (diff)
downloadgdb-739025e89c44899fd8f41440727748c6467fa7a4.zip
gdb-739025e89c44899fd8f41440727748c6467fa7a4.tar.gz
gdb-739025e89c44899fd8f41440727748c6467fa7a4.tar.bz2
Include missing header signal.h
2021-06-14 Bernd Edlinger <bernd.edlinger@hotmail.de> * compile/compile.c: Include missing header signal.h.
Diffstat (limited to 'gdb/compile')
-rw-r--r--gdb/compile/compile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/compile/compile.c b/gdb/compile/compile.c
index 8247fc4..abbb72a 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>