1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Fix the build without kerberos

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Jan  1 23:56:24 CET 2012 on sn-devel-104
This commit is contained in:
Volker Lendecke 2012-01-01 21:17:43 +01:00 committed by Volker Lendecke
parent 64e84e7cb4
commit 48804e40d4

View File

@ -19,7 +19,9 @@
#include "includes.h"
#include "smb_common.h"
#if HAVE_KRB5
#include "libcli/auth/krb5_wrap.h"
#endif
#include "auth/gensec/gensec.h"
#include "libcli/smb/smb_seal.h"