From c31df3adb2775523f465fdc9d03849c540c073a0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 5 Aug 2010 15:02:09 +0200 Subject: s3-build: remove global include of krb5pac.h. Put in samr and netlogon, as they were pulled in via krb5pac.h. Guenther --- source3/include/smb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/include/smb.h b/source3/include/smb.h index ca71245547..f04942eeff 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -178,7 +178,8 @@ typedef union unid_t { #include "librpc/gen_ndr/idmap.h" #include "librpc/gen_ndr/epmapper.h" -#include "librpc/gen_ndr/krb5pac.h" +#include "librpc/gen_ndr/samr.h" +#include "librpc/gen_ndr/netlogon.h" #include "librpc/gen_ndr/dcerpc.h" struct lsa_dom_info { -- cgit