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 | 03f2053f967aada4d75ee44d41ef3f803fb2f2a9 (patch) | |
tree | f69efd8f83ed51c41f703944d9d2419b4ea228fd /gdb/remote-st.c | |
parent | c1a8de50ed5d5848efb5152ba25d30a479a9bf84 (diff) | |
download | binutils-gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.gz |
Replace ../include/wait.h with gdb_wait.h.
Diffstat (limited to 'gdb/remote-st.c')
-rw-r--r-- | gdb/remote-st.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-st.c b/gdb/remote-st.c index 1d270a44a24..e820b28e51a 100644 --- a/gdb/remote-st.c +++ b/gdb/remote-st.c @@ -38,7 +38,7 @@ #include "defs.h" #include "gdbcore.h" #include "target.h" -#include "wait.h" +#include "gdb_wait.h" #include <signal.h> #include "gdb_string.h" #include <sys/types.h> |