]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/fxstatat64.c: Include string.h.
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Nov 2005 16:13:50 +0000 (16:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Nov 2005 16:13:50 +0000 (16:13 +0000)
ChangeLog
sysdeps/unix/sysv/linux/fxstatat64.c

index 19ee630195e4074415a3fae5ae06c34be82ccd51..084b04b8ccee8c758f30b32a4584423c570cff8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-25  Thorsten Kukuk  <kukuk@suse.de>
+
+       * sysdeps/unix/sysv/linux/fxstatat64.c: Include string.h.
+
 2005-11-25  Ulrich Drepper  <drepper@redhat.com>
 
        [BZ #1926]
index 2360f50d98e1a2738c2a41350974a5255a01ef20..31113d5db50e4bd261dceebb65b75264ef17eddc 100644 (file)
@@ -20,6 +20,7 @@
 #include <fcntl.h>
 #include <stddef.h>
 #include <stdio.h>
+#include <string.h>
 #include <sys/stat.h>
 #include <kernel_stat.h>