summaryrefslogtreecommitdiff
path: root/gdb/mi/mi-cmds.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
commit06a053af180af8937873fd2892e6b594f0e42b3b (patch)
treed77b89483ab53ff62d243e68507c2a5e50e1ca9e /gdb/mi/mi-cmds.c
parentf543652900761f8bbe6158911a20374a2feef6ef (diff)
downloadgdb-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/mi/mi-cmds.c')
-rw-r--r--gdb/mi/mi-cmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/mi/mi-cmds.c b/gdb/mi/mi-cmds.c
index ff8b53772de..64ad4f6ee29 100644
--- a/gdb/mi/mi-cmds.c
+++ b/gdb/mi/mi-cmds.c
@@ -1,5 +1,5 @@
/* MI Command Set.
- 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.
@@ -22,7 +22,7 @@
#include "defs.h"
#include "top.h"
#include "mi-cmds.h"
-#include <string.h>
+#include "gdb_string.h"
extern void _initialize_mi_cmds (void);
struct mi_cmd;