* sysdeps/generic/sysconf.c: Include <grp.h> and <pwd.h>.

This commit is contained in:
Roland McGrath 2004-11-03 01:55:28 +00:00
parent 8ec1d37ce1
commit ab5f7c4506
2 changed files with 4 additions and 0 deletions

View File

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

View File

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