diff --git a/lib/des/destest.c b/lib/des/destest.c index a608fad7d..50371d8cf 100644 --- a/lib/des/destest.c +++ b/lib/des/destest.c @@ -31,10 +31,22 @@ * SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +RCSID("$Id$"); +#endif + +#ifdef KRB5 +#include +#endif + #include #include #include +#ifdef HAVE_UNISTD_H #include +#endif + #include #include "des.h"