From 3409f2d5db068fa23d2344776412b86150352336 Mon Sep 17 00:00:00 2001 From: des Date: Sun, 1 Jun 2003 12:54:03 +0000 Subject: Vendor import of OpenPAM Digitalis. --- contrib/openpam/modules/pam_unix/pam_unix.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'contrib/openpam/modules/pam_unix/pam_unix.c') diff --git a/contrib/openpam/modules/pam_unix/pam_unix.c b/contrib/openpam/modules/pam_unix/pam_unix.c index ddcd81b..2283915 100644 --- a/contrib/openpam/modules/pam_unix/pam_unix.c +++ b/contrib/openpam/modules/pam_unix/pam_unix.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 Networks Associates Technology, Inc. + * Copyright (c) 2002-2003 Networks Associates Technology, Inc. * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/modules/pam_unix/pam_unix.c#3 $ + * $P4: //depot/projects/openpam/modules/pam_unix/pam_unix.c#5 $ */ #include @@ -42,6 +42,10 @@ #include #include +#ifdef __GLIBC__ +#include +#endif + #include #include -- cgit v1.1