From 181c13afdc85043c7a372ce228979533dce5347d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 20 Mar 2005 16:20:31 +0000 Subject: [PATCH] include config.h and protect some headers git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14669 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/destest.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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"