diff options
author | Roland McGrath <roland@gnu.org> | 2005-11-18 22:42:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-11-18 22:42:21 +0000 |
commit | 0b20008e04df8a0ba4a072b34671a47c580f087e (patch) | |
tree | ddb4f06efb4a40b32660d361859109dfcf01b44c /nscd/pwdcache.c | |
parent | 2b7e8613353d693cb1ff6bd40726b61debe3fab4 (diff) | |
download | glibc-0b20008e04df8a0ba4a072b34671a47c580f087e.tar.gz glibc-0b20008e04df8a0ba4a072b34671a47c580f087e.tar.xz glibc-0b20008e04df8a0ba4a072b34671a47c580f087e.zip |
2005-11-18 Paul Brook <paul@codesourcery.com>
* nscd/grpcache.c: Include <sys/socket.h>. * nscd/nscd_stat.c: Likewise. * nscd/pwdcache.c: Likewise. * sysdeps/unix/sysv/linux/unlinkat.c: Include <stdlib.h>, <sysdep.h>.
Diffstat (limited to 'nscd/pwdcache.c')
-rw-r--r-- | nscd/pwdcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nscd/pwdcache.c b/nscd/pwdcache.c index 6b25968f71..e4ed7e97ca 100644 --- a/nscd/pwdcache.c +++ b/nscd/pwdcache.c @@ -32,6 +32,7 @@ #include <time.h> #include <unistd.h> #include <sys/mman.h> +#include <sys/socket.h> #include <stackinfo.h> #include "nscd.h" |