From 06a053af180af8937873fd2892e6b594f0e42b3b Mon Sep 17 00:00:00 2001 From: David Smith Date: Wed, 31 Jan 2001 15:46:36 +0000 Subject: 2001-01-31 David Smith * event-loop.c: Change inclusion of string.h to gdb_string.h and updated the copyright notice. * ser-pipe.c: Ditto. * mi/mi-cmds.c: Ditto. * mi/mi-console.c: Ditto. * mi/mi-getopt.c: Ditto. * mi/mi-parse.c: Ditto. --- gdb/ser-pipe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/ser-pipe.c') diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index a172e710582..41fb083d5ce 100644 --- a/gdb/ser-pipe.c +++ b/gdb/ser-pipe.c @@ -1,5 +1,5 @@ /* Serial interface for a pipe to a separate program - Copyright 1999 Free Software Foundation, Inc. + Copyright 1999, 2001 Free Software Foundation, Inc. Contributed by Cygnus Solutions. @@ -31,7 +31,7 @@ #include #include #include -#include +#include "gdb_string.h" #include "signals.h" -- cgit v1.2.1