From ce4450fa09dafa36b069185fe198f14d038a1985 Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Mon, 28 Jul 1997 22:34:36 +0000 Subject: * 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: -> "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 for isascii(). * utils.c (notice_quit,pollquit): cleanup. _WIN32 -> _MSC_VER. --- gdb/remote-array.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/remote-array.c') diff --git a/gdb/remote-array.c b/gdb/remote-array.c index 42aa2da..4f832a4 100644 --- a/gdb/remote-array.c +++ b/gdb/remote-array.c @@ -33,6 +33,7 @@ #else #include #endif +#include #include #include #include "gdb_string.h" -- cgit v1.1