core/pam/pam-fix-includes.patch

12 lines
233 B
Diff
Raw Normal View History

2013-08-01 06:18:07 +08:00
--- modules/pam_unix/pam_unix_passwd.c
+++ modules/pam_unix/pam_unix_passwd.c
@@ -54,6 +54,7 @@
#include <ctype.h>
#include <sys/time.h>
#include <sys/stat.h>
+#include <sys/resource.h>
#include <signal.h>
#include <errno.h>