mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
* sysdeps/generic/sysconf.c: Include <grp.h> and <pwd.h>.
This commit is contained in:
parent
8ec1d37ce1
commit
ab5f7c4506
@ -1,5 +1,7 @@
|
||||
2004-11-03 Marcus Brinkmann <marcus@gnu.org>
|
||||
|
||||
* sysdeps/generic/sysconf.c: Include <grp.h> and <pwd.h>.
|
||||
|
||||
* sysdeps/generic/tempname.c (__path_search): Add missing argument
|
||||
TRY_TMPDIR.
|
||||
|
||||
|
@ -18,6 +18,8 @@
|
||||
02111-1307 USA. */
|
||||
|
||||
#include <errno.h>
|
||||
#include <grp.h>
|
||||
#include <pwd.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
|
Loading…
Reference in New Issue
Block a user