From 34a17005a838978388de0b1e5ed040291c38661c Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 15 Oct 2004 13:29:33 +0000 Subject: 2004-10-15 Andrew Cagney * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out. * inf-ptrace.c: Include "gdb_wait.h" instead of . * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc. Update dependencies. --- gdb/inf-ptrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/inf-ptrace.c') 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 +#include "gdb_wait.h" #include /* HACK: Save the ptrace ops returned by ptrace_target. */ -- cgit v1.1