summaryrefslogtreecommitdiff
path: root/modules/pam_unix/support.c
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-07-22 22:21:41 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-07-22 22:21:41 +0000
commitdb615c19519745fcff13d3fc8b27c582130bb464 (patch)
treef87136d2f37d3a30e241907813ad8957b6c38106 /modules/pam_unix/support.c
parent5b3099193a20097911829f02725ea4589dfe5c3a (diff)
Relevant BUGIDs: see mailinglist
Purpose of commit: bugfix Commit summary: --------------- Include sys/resource.h for the RLIMIT stuff.
Diffstat (limited to 'modules/pam_unix/support.c')
-rw-r--r--modules/pam_unix/support.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pam_unix/support.c b/modules/pam_unix/support.c
index 09e15beb..f399189d 100644
--- a/modules/pam_unix/support.c
+++ b/modules/pam_unix/support.c
@@ -19,6 +19,7 @@
#include <errno.h>
#include <signal.h>
#include <ctype.h>
+#include <sys/resource.h>
#include <rpcsvc/ypclnt.h>
#include <security/_pam_macros.h>