]> git.ozlabs.org Git - ppp.git/commitdiff
linux with some libcs needs lastlog.h
authorPaul Mackerras <paulus@samba.org>
Thu, 27 Nov 1997 06:49:15 +0000 (06:49 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 27 Nov 1997 06:49:15 +0000 (06:49 +0000)
pppd/auth.c

index 7bc07f9716d832606096824eaf15063fda549cf2..2e00b41916a5626a236d1c73baef1a60d14d20a8 100644 (file)
@@ -33,7 +33,7 @@
  */
 
 #ifndef lint
  */
 
 #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 <stdio.h>
 #endif
 
 #include <stdio.h>
@@ -48,6 +48,9 @@ static char rcsid[] = "$Id: auth.c,v 1.34 1997/11/27 06:36:50 paulus Exp $";
 #include <sys/socket.h>
 #include <utmp.h>
 #include <fcntl.h>
 #include <sys/socket.h>
 #include <utmp.h>
 #include <fcntl.h>
+#if defined(_PATH_LASTLOG) && defined(_linux_)
+#include <lastlog.h>
+#endif
 
 #include <netdb.h>
 #include <netinet/in.h>
 
 #include <netdb.h>
 #include <netinet/in.h>