don't let bin2hex call strlen
[deliverable/binutils-gdb.git] / gdb / go-lang.c
index 4da1af4478beed98e15c0806e6be14bfbd6782ef..cbb05059fa85bbe659e685b5a968224d7b08588b 100644 (file)
@@ -1,6 +1,6 @@
 /* Go language support routines for GDB, the GNU debugger.
 
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -34,7 +34,7 @@
 #include "defs.h"
 #include "gdb_assert.h"
 #include "gdb_obstack.h"
-#include "gdb_string.h"
+#include <string.h>
 #include "block.h"
 #include "symtab.h"
 #include "language.h"
This page took 0.04313 seconds and 4 git commands to generate.