Added missing #include for ctype.h
authorTheodore Tso <tytso@mit.edu>
Wed, 1 Dec 1993 22:37:39 +0000 (22:37 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 1 Dec 1993 22:37:39 +0000 (22:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3065 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/krlogind.c

index d1ef70136bd545487a89ae17c7e8fc4816aef7ce..987720248b2af8eb85239e88f1d1e8c44d037ad8 100644 (file)
@@ -156,7 +156,6 @@ static char sccsid[] = "@(#)rlogind.c       5.17 (Berkeley) 8/31/88";
 #include <netdb.h>
 #include <syslog.h>
 #include <strings.h>
-#include <ctype.h>
 #include <sys/param.h>
 #include <utmp.h>