gdb: include gdb_wait.h in gdb_wait.c
[deliverable/binutils-gdb.git] / gdb / gdbsupport / gdb_wait.c
index 037ba643db44817ee5d34e88a5e13cff0419dc79..32139949c62709ee975d68d372960a3033a9e640 100644 (file)
@@ -19,6 +19,8 @@
 
 #include "common-defs.h"
 
+#include "gdb_wait.h"
+
 #ifdef __MINGW32__
 
 /* The underlying idea is that when a Windows program is terminated by
@@ -34,7 +36,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 */
This page took 0.02452 seconds and 4 git commands to generate.