diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-24 08:55:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-24 08:55:15 +0000 |
commit | a526d7137a05effebaea85faf639830531a6197e (patch) | |
tree | d42d0346e6917e59bbc27e445b22dc2c587e6511 /gdb/hppah-nat.c | |
parent | 520dc8e893f461f2357cddb68f82fa109c82cb94 (diff) | |
download | gdb-a526d7137a05effebaea85faf639830531a6197e.zip gdb-a526d7137a05effebaea85faf639830531a6197e.tar.gz gdb-a526d7137a05effebaea85faf639830531a6197e.tar.bz2 |
Include "gdb_wait.h" instead of <wait.h>.
Diffstat (limited to 'gdb/hppah-nat.c')
-rw-r--r-- | gdb/hppah-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c index abc55fc..67e507c 100644 --- a/gdb/hppah-nat.c +++ b/gdb/hppah-nat.c @@ -28,7 +28,7 @@ #include "target.h" #include <sys/ptrace.h> #include "gdbcore.h" -#include <wait.h> +#include "gdb_wait.h" #include <signal.h> extern CORE_ADDR text_end; |