From 90930940d194aca980337e065bce4d6ad0c48e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 24 Apr 2005 13:48:37 +0000 Subject: [PATCH] include kerberos 4 headers here git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14916 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kdc/hprop.c | 7 +++++++ kdc/hpropd.c | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/kdc/hprop.c b/kdc/hprop.c index 7973a26f6..19352799b 100644 --- a/kdc/hprop.c +++ b/kdc/hprop.c @@ -33,6 +33,13 @@ #include "hprop.h" +#ifdef KRB4 +#include +#include +#define Principal Principal4 +#include +#endif + RCSID("$Id$"); static int version_flag; diff --git a/kdc/hpropd.c b/kdc/hpropd.c index efaef0d82..6cfbb8482 100644 --- a/kdc/hpropd.c +++ b/kdc/hpropd.c @@ -36,6 +36,11 @@ RCSID("$Id$"); #ifdef KRB4 +#include +#include +#define Principal Principal4 +#include + static des_cblock mkey4; static des_key_schedule msched4;