Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / command.c
index 0db8095b9fbb7e86fff2c7c1dae78af4a5d715d4..95965b2d7d668c04ff1e17c9ae500037fd91aa37 100644 (file)
 #include "ui-out.h"
 #endif
 
-#if HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#elif HAVE_WAIT_H
-#include <wait.h>
-#endif
-
-#include "wait.h"
+#include "gdb_wait.h"
 
 /* FIXME: this should be auto-configured!  */
 #ifdef __MSDOS__
This page took 0.032907 seconds and 4 git commands to generate.