blob: 1a0716598efb5c3cda298dfcda9793ac4478713d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Linux-PAM-1.1.5/modules/pam_unix/pam_unix_acct.c.orig
+++ Linux-PAM-1.1.5/modules/pam_unix/pam_unix_acct.c
@@ -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>
|