From 098eef7a1574f05ee57e503893d852b402a626d6 Mon Sep 17 00:00:00 2001 From: Guido van Rooij Date: Tue, 28 Oct 1997 21:20:21 +0000 Subject: [PATCH] I wonder how I managed to get the krb.h include wrong. Anyway: correct it. --- usr.bin/su/su.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index 6b60d33f4701..2787d1a739ec 100644 --- a/usr.bin/su/su.c +++ b/usr.bin/su/su.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: su.c,v 1.14.2.5 1997/09/28 17:00:06 markm Exp $"; + "$Id: su.c,v 1.24 1997/10/27 22:05:12 guido Exp $"; #endif /* not lint */ #include @@ -74,7 +74,7 @@ static const char rcsid[] = #ifdef KERBEROS #include -#include +#include #include #ifdef LOGIN_CAP