summaryrefslogtreecommitdiffstats
path: root/source/rpc_client/cli_pipe.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-27 15:52:57 +0100
committerKarolin Seeger <kseeger@samba.org>2010-01-13 14:01:03 +0100
commitd68c0ddaa442ec9e40a192d0b399109fc9b2d511 (patch)
tree4cad2f57b2281ac5812565af89d0e9a8fc1210d9 /source/rpc_client/cli_pipe.c
parente9d846263b692c47550fc0ae0dbdf073886934bf (diff)
downloadsamba-d68c0ddaa442ec9e40a192d0b399109fc9b2d511.tar.gz
samba-d68c0ddaa442ec9e40a192d0b399109fc9b2d511.tar.xz
samba-d68c0ddaa442ec9e40a192d0b399109fc9b2d511.zip
s3-kerberos: only use krb5 headers where required.
This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther (cherry picked from commit 60262369fc2ae19f6d9263e35b5db9b09b603a1b)
Diffstat (limited to 'source/rpc_client/cli_pipe.c')
-rw-r--r--source/rpc_client/cli_pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c
index 88bd4be98ab..b9765607492 100644
--- a/source/rpc_client/cli_pipe.c
+++ b/source/rpc_client/cli_pipe.c
@@ -19,6 +19,7 @@
#include "includes.h"
#include "librpc/gen_ndr/cli_epmapper.h"
+#include "smb_krb5.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_RPC_CLI