summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.sh
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-02-21 00:21:51 +0000
committerAndrew Cagney <cagney@redhat.com>2000-02-21 00:21:51 +0000
commit8963296a4a91d58d8121a0bbe3f8ef94ca4b12d9 (patch)
tree86dd822d37c35c17c49ee57d09a05aac05a0b5e6 /gdb/gdbarch.sh
parent7f43f47475ab662d2a3e5d12d99b68f1e0ca5815 (diff)
downloadgdb-8963296a4a91d58d8121a0bbe3f8ef94ca4b12d9.tar.gz
Update gdbarch.sh so that it generates code including <gdb_wait.h>.
Diffstat (limited to 'gdb/gdbarch.sh')
-rwxr-xr-xgdb/gdbarch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index 539f99a5477..f511bddf2bb 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -770,7 +770,7 @@ cat <<EOF
#include "frame.h"
#include "inferior.h"
#include "breakpoint.h"
-#include "wait.h"
+#include "gdb_wait.h"
#include "gdbcore.h"
#include "gdbcmd.h"
#include "target.h"