summaryrefslogtreecommitdiff
path: root/packages/binutils/binutils-cvs/build_fix.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-10 08:33:56 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-10 08:33:56 +0000
commitc2936ad115a3e471324875ebc28882db58d47a4d (patch)
treede83963ea4017e5bda48637074b8d329c027af03 /packages/binutils/binutils-cvs/build_fix.patch
parent5af596c69226a8f1667ce77d5bd7a98ec083e018 (diff)
parent7917d58ed32f5e886a08c43df325b5daac7bfab5 (diff)
merge of 'ca79cbe803b8aa5bd6d3ebe944504e5af8234d59'
and 'fc9df3f6bc3d16669463fde20e46e8b5a683ad84'
Diffstat (limited to 'packages/binutils/binutils-cvs/build_fix.patch')
-rw-r--r--packages/binutils/binutils-cvs/build_fix.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/binutils/binutils-cvs/build_fix.patch b/packages/binutils/binutils-cvs/build_fix.patch
new file mode 100644
index 0000000000..eb8f5f25d3
--- /dev/null
+++ b/packages/binutils/binutils-cvs/build_fix.patch
@@ -0,0 +1,16 @@
+---
+ libiberty/fopen_unlocked.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+Index: src/libiberty/fopen_unlocked.c
+===================================================================
+--- src.orig/libiberty/fopen_unlocked.c 2007-08-09 20:12:13.000000000 +0100
++++ src/libiberty/fopen_unlocked.c 2007-08-09 20:12:21.000000000 +0100
+@@ -70,6 +70,7 @@ unchanged.
+ #endif
+ #include <stdio.h>
+ #ifdef HAVE_STDIO_EXT_H
++#include <sys/cdefs.h>
+ #include <stdio_ext.h>
+ #endif
+