mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Fix missing include
This commit is contained in:
parent
702e64bbd5
commit
bfc9dc9bcf
@ -1,3 +1,7 @@
|
||||
2011-07-09 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
|
||||
|
||||
2011-07-20 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* po/cs.po: Update from translation team.
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Get file-specific information about a file. Linux version.
|
||||
Copyright (C) 1991,1995,1996,1998-2003,2008,2010,2011 Free Software Foundation, Inc.
|
||||
Copyright (C) 1991,1995,1996,1998-2003,2008,2010,2011
|
||||
Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -20,6 +21,7 @@
|
||||
#include <errno.h>
|
||||
#include <mntent.h>
|
||||
#include <stdio_ext.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/sysmacros.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user