2008-11-14 19:50:29 +01:00
|
|
|
--- ld/ld.c.orig 2004-01-21 16:17:09.000000000 -0500
|
|
|
|
+++ ld/ld.c 2008-07-14 14:56:28.000000000 -0500
|
|
|
|
@@ -2,6 +2,9 @@
|
2000-11-03 01:22:08 +01:00
|
|
|
|
|
|
|
/* Copyright (C) 1994 Bruce Evans */
|
|
|
|
|
2008-11-14 19:50:29 +01:00
|
|
|
+#include <errno.h>
|
|
|
|
+
|
2000-11-03 01:22:08 +01:00
|
|
|
+#undef BUGCOMPAT
|
|
|
|
#include "syshead.h"
|
|
|
|
#include "const.h"
|
|
|
|
#include "byteord.h"
|