From: Andrew G. Morgan Date: Thu, 22 Feb 2001 04:49:45 +0000 (+0000) Subject: Relevant BUGIDs: 133542 X-Git-Tag: Linux-PAM-0-75~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76c1d898c3f7999c67d06d913d40b4d5adb42c02;p=linux-pam Relevant BUGIDs: 133542 Purpose of commit: support for glibc-2.2.2 Commit summary: --------------- This module needed another #include to support a recent spin of the glibc headers. --- diff --git a/CHANGELOG b/CHANGELOG index 0df13a01..0acb2568 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -50,6 +50,7 @@ libpam. Prior versions were buggy - see bugfix for Bug 129775. ** WARNING ** +* fix for glibc-2.2.2 compilation of pam_issue (Bug 133542 - agmorgan) * fix pam_userdb to make and link both .o files it needs - converse() wasn't being linked! (Bug 132880 - agmorgan) * added some sys-admin documentation for the pam_tally module (Bug diff --git a/modules/pam_issue/pam_issue.c b/modules/pam_issue/pam_issue.c index 9fbf2551..2cb54bec 100644 --- a/modules/pam_issue/pam_issue.c +++ b/modules/pam_issue/pam_issue.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include