aboutsummaryrefslogtreecommitdiff
path: root/gdb/standalone.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/standalone.c
parentc1a8de50ed5d5848efb5152ba25d30a479a9bf84 (diff)
downloadgdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.zip
gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.gz
gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.bz2
Replace ../include/wait.h with gdb_wait.h.
Diffstat (limited to 'gdb/standalone.c')
-rw-r--r--gdb/standalone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/standalone.c b/gdb/standalone.c
index 0b655a1..ebb14d9 100644
--- a/gdb/standalone.c
+++ b/gdb/standalone.c
@@ -34,7 +34,7 @@
#include "symtab.h"
#include "frame.h"
#include "inferior.h"
-#include "wait.h"
+#include "gdb_wait.h"
/* Random system calls, mostly no-ops to prevent link problems */