aboutsummaryrefslogtreecommitdiff
path: root/gdb/ser-e7kpc.c
diff options
context:
space:
mode:
authorFelix Lee <flee@cygnus>1997-07-28 22:34:36 +0000
committerFelix Lee <flee@cygnus>1997-07-28 22:34:36 +0000
commitce4450fa09dafa36b069185fe198f14d038a1985 (patch)
tree2ff2935fcab87780d990d8f8ab6d128dc9cb7f7d /gdb/ser-e7kpc.c
parent8dbbb8be9b0f0211ff8af51aaab1cbebcbdab24c (diff)
downloadfsf-binutils-gdb-ce4450fa09dafa36b069185fe198f14d038a1985.zip
fsf-binutils-gdb-ce4450fa09dafa36b069185fe198f14d038a1985.tar.gz
fsf-binutils-gdb-ce4450fa09dafa36b069185fe198f14d038a1985.tar.bz2
* Makefile.in (init.c): don't try to scan mswin for _initialize
funcs. (generates misleading error message because files have .cpp suffix, not .c suffix) * ser-e7kpc.c: <w32sut.h> -> "mswin/w32sut.h" * mon960-rom.c: removed unused #includes; no ioctl.h in Windows. * nindy-share/ttyflush.c: find sleep() for _MSC_VER. * remote-array.c: #include <ctype.h> for isascii(). * utils.c (notice_quit,pollquit): cleanup. _WIN32 -> _MSC_VER.
Diffstat (limited to 'gdb/ser-e7kpc.c')
-rw-r--r--gdb/ser-e7kpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-e7kpc.c b/gdb/ser-e7kpc.c
index b0976df..a2adef9 100644
--- a/gdb/ser-e7kpc.c
+++ b/gdb/ser-e7kpc.c
@@ -29,7 +29,7 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define W32SUT_32
-#include <w32sut.h>
+#include "mswin/w32sut.h"
#endif
#ifdef __GO32__