Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 437534
Collapse All | Expand All

(-)a/modules/pam_unix/pam_unix_passwd.c (+1 lines)
Lines 41-56 Link Here
41
#include <stdio.h>
41
#include <stdio.h>
42
#include <stdlib.h>
42
#include <stdlib.h>
43
#include <stdarg.h>
43
#include <stdarg.h>
44
#include <string.h>
44
#include <string.h>
45
#include <malloc.h>
45
#include <malloc.h>
46
#include <unistd.h>
46
#include <unistd.h>
47
#include <errno.h>
47
#include <errno.h>
48
#include <sys/types.h>
48
#include <sys/types.h>
49
#include <sys/resource.h>
49
#include <pwd.h>
50
#include <pwd.h>
50
#include <syslog.h>
51
#include <syslog.h>
51
#include <shadow.h>
52
#include <shadow.h>
52
#include <time.h>		/* for time() */
53
#include <time.h>		/* for time() */
53
#include <fcntl.h>
54
#include <fcntl.h>
54
#include <ctype.h>
55
#include <ctype.h>
55
#include <sys/time.h>
56
#include <sys/time.h>
56
#include <sys/stat.h>
57
#include <sys/stat.h>

Return to bug 437534