summaryrefslogtreecommitdiff
path: root/package/pam/patches/patch-modules_pam_unix_pam_unix_acct_c
blob: 2ce448f1a35012d7445d13c89cc2da5b90c3a7b8 (plain)
1
2
3
4
5
6
7
8
9
10
--- Linux-PAM-1.1.4.orig/modules/pam_unix/pam_unix_acct.c	2011-06-21 11:04:56.000000000 +0200
+++ Linux-PAM-1.1.4/modules/pam_unix/pam_unix_acct.c	2012-07-31 13:08:58.000000000 +0200
@@ -47,6 +47,7 @@
 #include <time.h>		/* for time() */
 #include <errno.h>
 #include <sys/wait.h>
+#include <sys/resource.h>
 
 #include <security/_pam_macros.h>