matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / glibc / glibc-2.3.2 / 80_glibc232-futimes-buildfix.patch
blob04d9ff8190b8b0b59956040ebca43d878741d0ce
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 @@
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>