]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.3.2/80_glibc232-futimes-buildfix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-2.3.2 / 80_glibc232-futimes-buildfix.patch
1 --- sysdeps/unix/sysv/linux/futimes.c   12 Jul 2003 22:50:45 -0000      1.4
2 +++ sysdeps/unix/sysv/linux/futimes.c   16 Jul 2003 00:09:41 -0000      1.5
3 @@ -19,6 +19,7 @@
4  
5  #include <errno.h>
6  #include <sysdep.h>
7 +#include <string.h>
8  #include <utime.h>
9  #include <sys/time.h>
10  #include <stdio-common/_itoa.h>