diff options
author | David Smith <dsmith@redhat.com> | 2001-01-31 15:46:36 +0000 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2001-01-31 15:46:36 +0000 |
commit | 27b82ed26e4c5d8012bc78a194a50417e324e87a (patch) | |
tree | b336a926fbce442d5a7bee8da6da06554c0b776b /gdb/ser-pipe.c | |
parent | ab9cc815369e9217a8e04978b9365a5a16f6d7b7 (diff) | |
download | gdb-27b82ed26e4c5d8012bc78a194a50417e324e87a.zip gdb-27b82ed26e4c5d8012bc78a194a50417e324e87a.tar.gz gdb-27b82ed26e4c5d8012bc78a194a50417e324e87a.tar.bz2 |
2001-01-31 David Smith <dsmith@redhat.com>
* 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.
Diffstat (limited to 'gdb/ser-pipe.c')
-rw-r--r-- | gdb/ser-pipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index a172e71..41fb083 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 <sys/socket.h> #include <sys/time.h> #include <fcntl.h> -#include <string.h> +#include "gdb_string.h" #include "signals.h" |