From: Paul Mackerras Date: Thu, 27 Nov 1997 06:49:15 +0000 (+0000) Subject: linux with some libcs needs lastlog.h X-Git-Tag: RELEASE_2_3_6~141 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=74bdbc9dc6f742deab955f9425f9b1785bf4bc6e;ds=sidebyside linux with some libcs needs lastlog.h --- diff --git a/pppd/auth.c b/pppd/auth.c index 7bc07f9..2e00b41 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: auth.c,v 1.34 1997/11/27 06:36:50 paulus Exp $"; +static char rcsid[] = "$Id: auth.c,v 1.35 1997/11/27 06:49:15 paulus Exp $"; #endif #include @@ -48,6 +48,9 @@ static char rcsid[] = "$Id: auth.c,v 1.34 1997/11/27 06:36:50 paulus Exp $"; #include #include #include +#if defined(_PATH_LASTLOG) && defined(_linux_) +#include +#endif #include #include