summaryrefslogtreecommitdiffstats
path: root/gdb/mi/mi-parse.c
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2001-01-31 15:46:36 +0000
committerDavid Smith <dsmith@redhat.com>2001-01-31 15:46:36 +0000
commit27b82ed26e4c5d8012bc78a194a50417e324e87a (patch)
treeb336a926fbce442d5a7bee8da6da06554c0b776b /gdb/mi/mi-parse.c
parentab9cc815369e9217a8e04978b9365a5a16f6d7b7 (diff)
downloadppe42-binutils-27b82ed26e4c5d8012bc78a194a50417e324e87a.tar.gz
ppe42-binutils-27b82ed26e4c5d8012bc78a194a50417e324e87a.zip
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/mi/mi-parse.c')
-rw-r--r--gdb/mi/mi-parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/mi/mi-parse.c b/gdb/mi/mi-parse.c
index 41e0351da2..73e7bcb729 100644
--- a/gdb/mi/mi-parse.c
+++ b/gdb/mi/mi-parse.c
@@ -1,5 +1,5 @@
/* MI Command Set - MI parser.
- Copyright (C) 2000, Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
@@ -24,7 +24,7 @@
#include "mi-parse.h"
#include <ctype.h>
-#include <string.h>
+#include "gdb_string.h"
#undef XMALLOC
#define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE)))
OpenPOWER on IntegriCloud