aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/m32c-tdep.c5
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 323da72..047196f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2013-11-08 Tom Tromey <tromey@redhat.com>
+ * m32c-tdep.c: Use gdb_string.h.
+
+2013-11-08 Tom Tromey <tromey@redhat.com>
+
* configure, config.in: Rebuild.
* configure.ac: Remove all link.h-related checks.
diff --git a/gdb/m32c-tdep.c b/gdb/m32c-tdep.c
index a147c94..1b0eba5 100644
--- a/gdb/m32c-tdep.c
+++ b/gdb/m32c-tdep.c
@@ -21,10 +21,7 @@
#include <stdarg.h>
-#if defined (HAVE_STRING_H)
-#include <string.h>
-#endif
-
+#include "gdb_string.h"
#include "gdb_assert.h"
#include "elf-bfd.h"
#include "elf/m32c.h"