diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-09 08:52:47 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-09 08:52:47 +0000 |
commit | 01bf2714bcf994ca92aff5e43dd5f025e3b45889 (patch) | |
tree | 36c17998ecf80e335e090d497af9ad44eec83919 /gdb/hppa-tdep.c | |
parent | fea6cededcaf828c575aa738f07f209ee185eb7e (diff) | |
download | gdb-01bf2714bcf994ca92aff5e43dd5f025e3b45889.tar.gz |
Replace ../include/wait.h with gdb_wait.h.
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r-- | gdb/hppa-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 2adee0f1104..b9d0a5c266a 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -49,7 +49,7 @@ /*#include <sys/user.h> After a.out.h */ #include <sys/file.h> #include "gdb_stat.h" -#include "wait.h" +#include "gdb_wait.h" #include "gdbcore.h" #include "gdbcmd.h" |