aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binutils/binutils-cvs/build_fix.patch
blob: eb8f5f25d352c920f70f144daf3173b5cba2b39c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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