* sysdeps/unix/sysv/linux/fxstatat64.c: Include string.h.

This commit is contained in:
Ulrich Drepper 2005-11-25 16:13:50 +00:00
parent 34da0098e5
commit 0e586bf8c6
2 changed files with 5 additions and 0 deletions

View File

@ -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]

View 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>