aboutsummaryrefslogtreecommitdiff
path: root/gdb/wince.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-02-28 05:03:09 +0000
committerAndrew Cagney <cagney@redhat.com>2000-02-28 05:03:09 +0000
commitc322964e5db9a9c9612ef3609b28f8804506a9da (patch)
tree09cdf250e8ab391271ab19c7fab3008fa05091b9 /gdb/wince.c
parent3558ff4cdb9ff02acaa1c330b87e883118d731b4 (diff)
downloadfsf-binutils-gdb-c322964e5db9a9c9612ef3609b28f8804506a9da.zip
fsf-binutils-gdb-c322964e5db9a9c9612ef3609b28f8804506a9da.tar.gz
fsf-binutils-gdb-c322964e5db9a9c9612ef3609b28f8804506a9da.tar.bz2
Include "gdb_wait.h" instead of "wait.h".
Diffstat (limited to 'gdb/wince.c')
-rw-r--r--gdb/wince.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/wince.c b/gdb/wince.c
index bdd7c2f..0a6e72d 100644
--- a/gdb/wince.c
+++ b/gdb/wince.c
@@ -33,7 +33,7 @@
#include "frame.h" /* required by inferior.h */
#include "inferior.h"
#include "target.h"
-#include "wait.h"
+#include "gdb_wait.h"
#include "gdbcore.h"
#include "command.h"
#include <signal.h>