aboutsummaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-15 13:29:33 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-15 13:29:33 +0000
commit34a17005a838978388de0b1e5ed040291c38661c (patch)
tree14b4e08e23ee741010645b2157288ce52050354b /gdb/inf-ptrace.c
parent714e53abdada80ad3b1223528e2aa2fac51436a5 (diff)
downloadgdb-34a17005a838978388de0b1e5ed040291c38661c.zip
gdb-34a17005a838978388de0b1e5ed040291c38661c.tar.gz
gdb-34a17005a838978388de0b1e5ed040291c38661c.tar.bz2
2004-10-15 Andrew Cagney <cagney@gnu.org>
* ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out. * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>. * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc. Update dependencies.
Diffstat (limited to 'gdb/inf-ptrace.c')
-rw-r--r--gdb/inf-ptrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c
index 0aa6fd1..283a22d 100644
--- a/gdb/inf-ptrace.c
+++ b/gdb/inf-ptrace.c
@@ -32,7 +32,7 @@
#include "gdbcmd.h"
#include "gdb_string.h"
-#include <sys/wait.h>
+#include "gdb_wait.h"
#include <signal.h>
/* HACK: Save the ptrace ops returned by ptrace_target. */