don't let bin2hex call strlen
[deliverable/binutils-gdb.git] / gdb / cp-abi.c
index 2540eca17aa14346f97f46f0c82bf9c1031f698c..0bde1c539b9509aaa0542688638d8baa60dc60ec 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic code for supporting multiple C++ ABI's
 
-   Copyright (C) 2001-2013 Free Software Foundation, Inc.
+   Copyright (C) 2001-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -25,7 +25,7 @@
 #include "gdbcmd.h"
 #include "ui-out.h"
 #include "gdb_assert.h"
-#include "gdb_string.h"
+#include <string.h>
 
 static struct cp_abi_ops *find_cp_abi (const char *short_name);
 
This page took 0.034599 seconds and 4 git commands to generate.