constify error_no_arg
[deliverable/binutils-gdb.git] / gdb / jv-typeprint.c
index 23b3f4e75e4a6fef1a86243933469f0d6732700b..df46debece361c71261da2eec00c4cc5330f76cb 100644 (file)
@@ -1,5 +1,5 @@
 /* Support for printing Java types for GDB, the GNU debugger.
-   Copyright (C) 1997-2013 Free Software Foundation, Inc.
+   Copyright (C) 1997-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -24,7 +24,7 @@
 #include "demangle.h"
 #include "gdb-demangle.h"
 #include "jv-lang.h"
-#include "gdb_string.h"
+#include <string.h>
 #include "typeprint.h"
 #include "c-lang.h"
 #include "cp-abi.h"
This page took 0.024383 seconds and 4 git commands to generate.