aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbsupport/gdb_wait.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbsupport/gdb_wait.c')
-rw-r--r--gdb/gdbsupport/gdb_wait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbsupport/gdb_wait.c b/gdb/gdbsupport/gdb_wait.c
index 037ba64..6facc48 100644
--- a/gdb/gdbsupport/gdb_wait.c
+++ b/gdb/gdbsupport/gdb_wait.c
@@ -34,7 +34,7 @@
false positives is justified by the utility of reporting the
terminating signal in the "normal" cases. */
-# include "gdb/signals.h" /* for enum gdb_signal */
+# include <signal.h>
# define WIN32_LEAN_AND_MEAN
# include <windows.h> /* for EXCEPTION_* constants */