=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/login/failedlogin.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/login/failedlogin.c 1999/04/20 23:05:41 1.6 +++ src/usr.bin/login/failedlogin.c 1999/08/17 09:13:15 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: failedlogin.c,v 1.6 1999/04/20 23:05:41 pjanzen Exp $ */ +/* $OpenBSD: failedlogin.c,v 1.7 1999/08/17 09:13:15 millert Exp $ */ /* * Copyright (c) 1996 Todd C. Miller @@ -28,7 +28,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: failedlogin.c,v 1.6 1999/04/20 23:05:41 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: failedlogin.c,v 1.7 1999/08/17 09:13:15 millert Exp $"; #endif /* not lint */ /* @@ -38,11 +38,11 @@ * the last failed login was. */ -#include #include #include #include +#include #include #include #include