From db615c19519745fcff13d3fc8b27c582130bb464 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 22 Jul 2005 22:21:41 +0000 Subject: Relevant BUGIDs: see mailinglist Purpose of commit: bugfix Commit summary: --------------- Include sys/resource.h for the RLIMIT stuff. --- modules/pam_unix/support.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include #include -- cgit v1.2.3