mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 14:12:26 +00:00
12 lines
288 B
Diff
12 lines
288 B
Diff
|
--- binutils-2.25.orig/gold/binary.cc 2015-06-09 10:48:32.000000000 +0100
|
||
|
+++ binutils-2.25/gold/binary.cc 2015-06-09 10:49:23.000000000 +0100
|
||
|
@@ -23,7 +23,7 @@
|
||
|
#include "gold.h"
|
||
|
|
||
|
#include <cerrno>
|
||
|
-#include <cstring>
|
||
|
+#include <string>
|
||
|
#include "safe-ctype.h"
|
||
|
|
||
|
#include "elfcpp.h"
|