diff options
Diffstat (limited to 'source4/kdc')
-rw-r--r-- | source4/kdc/kpasswdd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/kdc/kpasswdd.c b/source4/kdc/kpasswdd.c index 065777fc66..603332e69e 100644 --- a/source4/kdc/kpasswdd.c +++ b/source4/kdc/kpasswdd.c @@ -40,8 +40,7 @@ /* TODO: remove all SAMBA4_INTERNAL_HEIMDAL stuff from this file */ #ifdef SAMBA4_INTERNAL_HEIMDAL -#include "heimdal/lib/hcrypto/aes.h" -#include "heimdal/lib/krb5/krb5-private.h" +#include "heimdal_build/kpasswdd-glue.h" #endif /* hold information about one kdc socket */ |