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-eb.c | |
parent | c1a8de50ed5d5848efb5152ba25d30a479a9bf84 (diff) | |
download | binutils-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.zip binutils-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.gz binutils-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.bz2 |
Replace ../include/wait.h with gdb_wait.h.
Diffstat (limited to 'gdb/remote-eb.c')
-rw-r--r-- | gdb/remote-eb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-eb.c b/gdb/remote-eb.c index 95cf7ac..7a8d90d 100644 --- a/gdb/remote-eb.c +++ b/gdb/remote-eb.c @@ -32,7 +32,7 @@ #include "inferior.h" #include "bfd.h" #include "symfile.h" -#include "wait.h" +#include "gdb_wait.h" #include "value.h" #include <ctype.h> #include <fcntl.h> |