aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-typeprint.c
diff options
context:
space:
mode:
authorAidan Skinner <aidan@velvet.net>2002-08-18 18:24:29 +0000
committerAidan Skinner <aidan@velvet.net>2002-08-18 18:24:29 +0000
commit0c30c098d964c6754dfe71825155dc63f074b469 (patch)
treeacf922fda99a6a81854818db2f307b81a93ac14a /gdb/ada-typeprint.c
parentd2e4a39e32ca89a88cb752e9cde867e737d07126 (diff)
downloadgdb-0c30c098d964c6754dfe71825155dc63f074b469.zip
gdb-0c30c098d964c6754dfe71825155dc63f074b469.tar.gz
gdb-0c30c098d964c6754dfe71825155dc63f074b469.tar.bz2
* ada-lang.c: Use gdb_string.h instead of <string.h>.
* ada-typeprint.c: Use gdb_string.h instead of <string.h>.
Diffstat (limited to 'gdb/ada-typeprint.c')
-rw-r--r--gdb/ada-typeprint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-typeprint.c b/gdb/ada-typeprint.c
index 1aeb2c0..c18aa85 100644
--- a/gdb/ada-typeprint.c
+++ b/gdb/ada-typeprint.c
@@ -35,7 +35,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "ada-lang.h"
#include <ctype.h>
-#include <string.h>
+#include "gdb_string.h"
#include <errno.h>
static int print_record_field_types (struct type *, struct type *,