Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / inftarg.c
index 01c5b474c468849ca7eac3698a12000f32a470ba..82a15cdf24308caab3309b12563405a8000366af 100644 (file)
 #include <sys/types.h>
 #include <fcntl.h>
 
-#ifdef HAVE_WAIT_H
-#include <wait.h>
-#else
-#ifdef HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#endif
-#endif
-
-/* "wait.h" fills in the gaps left by <wait.h> */
-#include "wait.h"
+#include "gdb_wait.h"
 
 extern struct symtab_and_line *
   child_enable_exception_callback PARAMS ((enum exception_event_kind, int));
This page took 0.023434 seconds and 4 git commands to generate.