From a00f78e6610c0ff0c2bc8a2247bb3dfb8e34bc6b Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 4 Sep 1999 11:03:01 +0000 Subject: Add includes to to silence warnings. Bit hackish. --- crypto/libdes/rnd_keys.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'crypto/libdes') diff --git a/crypto/libdes/rnd_keys.c b/crypto/libdes/rnd_keys.c index 8800060..2089863 100644 --- a/crypto/libdes/rnd_keys.c +++ b/crypto/libdes/rnd_keys.c @@ -39,18 +39,17 @@ #ifdef HAVE_CONFIG_H #include "config.h" -RCSID("$Id: rnd_keys.c,v 1.55 1999/03/19 23:17:13 assar Exp $"); +RCSID("$Id$"); #endif +#include +#include #include #include -#ifdef KRB5 -#include -#elif defined(KRB4) -#include -#endif - +#include +#include #include +#include #ifdef TIME_WITH_SYS_TIME #include -- cgit v1.1