aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-bug.c
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-bug.c
parentc1a8de50ed5d5848efb5152ba25d30a479a9bf84 (diff)
downloadfsf-binutils-gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.zip
fsf-binutils-gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.gz
fsf-binutils-gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.bz2
Replace ../include/wait.h with gdb_wait.h.
Diffstat (limited to 'gdb/remote-bug.c')
-rw-r--r--gdb/remote-bug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c
index fe9e4d2..b97f6bc 100644
--- a/gdb/remote-bug.c
+++ b/gdb/remote-bug.c
@@ -23,7 +23,7 @@
#include "defs.h"
#include "inferior.h"
-#include "wait.h"
+#include "gdb_wait.h"
#include "gdb_string.h"
#include <ctype.h>