Extract string-printing out of ada_val_print_array
[deliverable/binutils-gdb.git] / gdb / gdb.c
index 9ca7579d3e3f7cc4eb7e326e3ca89080d31ae342..e708b340a0276d658fcddd301ed1e7ac867ddefc 100644 (file)
--- a/gdb/gdb.c
+++ b/gdb/gdb.c
@@ -1,5 +1,5 @@
 /* Main function for CLI gdb.  
-   Copyright (C) 2002-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,7 +18,7 @@
 
 #include "defs.h"
 #include "main.h"
-#include "gdb_string.h"
+#include <string.h>
 #include "interps.h"
 
 int
This page took 0.02394 seconds and 4 git commands to generate.