* sysdeps/generic/sysconf.c: Include <grp.h> and <pwd.h>.
authorRoland McGrath <roland@gnu.org>
Wed, 3 Nov 2004 01:55:28 +0000 (01:55 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 3 Nov 2004 01:55:28 +0000 (01:55 +0000)
ChangeLog
sysdeps/generic/sysconf.c

index 6f86f03..391d153 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index d67e356..f22685c 100644 (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>