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 | 06a053af180af8937873fd2892e6b594f0e42b3b (patch) | |
tree | d77b89483ab53ff62d243e68507c2a5e50e1ca9e /gdb/event-loop.c | |
parent | f543652900761f8bbe6158911a20374a2feef6ef (diff) | |
download | gdb-06a053af180af8937873fd2892e6b594f0e42b3b.tar.gz |
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/event-loop.c')
-rw-r--r-- | gdb/event-loop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/event-loop.c b/gdb/event-loop.c index ad7ba66f87f..1ae2a82e1a0 100644 --- a/gdb/event-loop.c +++ b/gdb/event-loop.c @@ -1,5 +1,5 @@ /* Event loop machinery for GDB, the GNU debugger. - Copyright 1999 Free Software Foundation, Inc. + Copyright 1999, 2001 Free Software Foundation, Inc. Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions. This file is part of GDB. @@ -33,7 +33,7 @@ #endif #include <sys/types.h> -#include <string.h> +#include "gdb_string.h" #include <errno.h> #include <setjmp.h> #include <sys/time.h> |