PROVIDE in linker script vs. built-in symbols
[deliverable/binutils-gdb.git] / gdb / m2-typeprint.c
index 653cb7762c1c6d712382e10f520fcc78157a5912..3078dadc564ce1752b2b00e227cc27e3594b9793 100644 (file)
@@ -1,5 +1,5 @@
 /* Support for printing Modula 2 types for GDB, the GNU debugger.
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -32,7 +32,7 @@
 #include "typeprint.h"
 #include "cp-abi.h"
 
-#include "gdb_string.h"
+#include <string.h>
 #include <errno.h>
 
 static void m2_print_bounds (struct type *type,
This page took 0.023862 seconds and 4 git commands to generate.