Skip to content

Commit

Permalink
* sysdeps/generic/sysconf.c: Include <grp.h> and <pwd.h>.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Nov 3, 2004
1 parent 8ec1d37 commit ab5f7c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions sysdeps/generic/sysconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ab5f7c4

Please sign in to comment.