2001-01-31 David Smith <dsmith@redhat.com>
[external/binutils.git] / gdb / mi / mi-parse.c
index 41e0351..73e7bcb 100644 (file)
@@ -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)))