aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-02-09 08:52:47 +0000
committerAndrew Cagney <cagney@redhat.com>2000-02-09 08:52:47 +0000
commit03f2053f967aada4d75ee44d41ef3f803fb2f2a9 (patch)
treef69efd8f83ed51c41f703944d9d2419b4ea228fd /gdb/remote-rdp.c
parent(sim_resume): Clarify use of SIGGNAL. (diff)
downloadbinutils-gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.gz
binutils-gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.bz2
binutils-gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.zip
Replace ../include/wait.h with gdb_wait.h.
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r--gdb/remote-rdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c
index 7a0e53c5df9..e193abb4bf5 100644
--- a/gdb/remote-rdp.c
+++ b/gdb/remote-rdp.c
@@ -38,7 +38,7 @@
#include "defs.h"
#include "inferior.h"
-#include "wait.h"
+#include "gdb_wait.h"
#include "value.h"
#include "callback.h"
#include "command.h"