summaryrefslogtreecommitdiff
path: root/contrib/openpam/lib/openpam_borrow_cred.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/lib/openpam_borrow_cred.c')
-rw-r--r--contrib/openpam/lib/openpam_borrow_cred.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/openpam/lib/openpam_borrow_cred.c b/contrib/openpam/lib/openpam_borrow_cred.c
index dfd25c29f6dc..4a4635272b62 100644
--- a/contrib/openpam/lib/openpam_borrow_cred.c
+++ b/contrib/openpam/lib/openpam_borrow_cred.c
@@ -31,12 +31,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/openpam/lib/openpam_borrow_cred.c#9 $
+ * $P4: //depot/projects/openpam/lib/openpam_borrow_cred.c#10 $
*/
#include <sys/param.h>
#include <grp.h>
+#include <limits.h>
#include <pwd.h>
#include <stdlib.h>
#include <unistd.h>