import gdb-1999-12-06 snapshot
[deliverable/binutils-gdb.git] / gdb / infptrace.c
index 32bd52cc545a636efa620b6a82b4ad4a7da74d51..a21eaa17f99850ab8f0dcac96e219f52d2b58971 100644 (file)
 #include "inferior.h"
 #include "target.h"
 #include "gdb_string.h"
-#include "wait.h"
+#ifdef HAVE_WAIT_H
+#include <wait.h>
+#else
+#ifdef HAVE_SYS_WAIT_H
+#include <sys/wait.h>
+#endif
+#endif
 #include "command.h"
 
 #ifdef USG
This page took 0.023525 seconds and 4 git commands to generate.