mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
16 lines
265 B
Diff
16 lines
265 B
Diff
|
---
|
||
|
gold/binary.cc | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/gold/binary.cc
|
||
|
+++ b/gold/binary.cc
|
||
|
@@ -23,7 +23,7 @@
|
||
|
#include "gold.h"
|
||
|
|
||
|
#include <cerrno>
|
||
|
-#include <cstring>
|
||
|
+#include <string>
|
||
|
|
||
|
#include "elfcpp.h"
|
||
|
#include "stringpool.h"
|