summaryrefslogtreecommitdiff
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
commitc659a48b8dabc3b17e342339e213b01a90efb50e (patch)
tree987b67242dbf87dedf573e73f8946778bfce521b /gdb/wince.c
parent50a6835fb0f0cff09c3f5f76012129ccced021ef (diff)
downloadgdb-c659a48b8dabc3b17e342339e213b01a90efb50e.tar.gz
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 bdd7c2f08e3..0a6e72d1b85 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>