aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-pam/libpam-fix-build-with-eglibc-2.16.patch
blob: 938e92d290ecaf50fbd8e8083e6f1dab7b3d6a26 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/modules/pam_unix/pam_unix_acct.c
+++ b/modules/pam_unix/pam_unix_acct.c
@@ -48,6 +48,7 @@
 #include <time.h>		/* for time() */
 #include <errno.h>
 #include <sys/wait.h>
+#include <sys/resource.h>
 
 #include <security/_pam_macros.h>