mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix missing include
This commit is contained in:
committed by
Ulrich Drepper
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>
|
2011-07-20 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
* po/cs.po: Update from translation team.
|
* po/cs.po: Update from translation team.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* Get file-specific information about a file. Linux version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -20,6 +21,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <mntent.h>
|
#include <mntent.h>
|
||||||
#include <stdio_ext.h>
|
#include <stdio_ext.h>
|
||||||
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/sysmacros.h>
|
#include <sys/sysmacros.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user