mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* sysdeps/unix/sysv/linux/fxstatat64.c: Include string.h.
This commit is contained in:
parent
34da0098e5
commit
0e586bf8c6
@ -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]
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <kernel_stat.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user