From d38a171a43d3298d64adfa2a2869e84e560d3107 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 24 Apr 2012 13:24:29 +0200 Subject: s3: Attempt to fix the build without kerberos Autobuild-User: Volker Lendecke Autobuild-Date: Tue Apr 24 15:04:14 CEST 2012 on sn-devel-104 --- source3/librpc/crypto/gse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc') diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c index 96a1240554..a9c9c47410 100644 --- a/source3/librpc/crypto/gse.c +++ b/source3/librpc/crypto/gse.c @@ -28,10 +28,10 @@ #include "auth/gensec/gensec.h" #include "auth/credentials/credentials.h" #include "../librpc/gen_ndr/dcerpc.h" -#include "auth/kerberos/pac_utils.h" #if defined(HAVE_KRB5) +#include "auth/kerberos/pac_utils.h" #include "gse_krb5.h" static char *gse_errstr(TALLOC_CTX *mem_ctx, OM_uint32 maj, OM_uint32 min); -- cgit