diff options
author | Günther Deschner <gd@samba.org> | 2009-09-17 00:21:01 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-17 01:12:20 +0200 |
commit | 503d0358140fbf56bd83090f143272aeb770baa9 (patch) | |
tree | 32cf6fdb58c62599602d6d1ce9e48d4fee9fee19 /source3/libads | |
parent | 83023462f95f60ecfd3019abe896cca1d2aed771 (diff) | |
download | samba-503d0358140fbf56bd83090f143272aeb770baa9.tar.gz samba-503d0358140fbf56bd83090f143272aeb770baa9.tar.bz2 samba-503d0358140fbf56bd83090f143272aeb770baa9.zip |
spnego: share spnego_parse.
Guenther
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/sasl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libads/sasl.c b/source3/libads/sasl.c index 3182b936e0..9b4d8bd2d4 100644 --- a/source3/libads/sasl.c +++ b/source3/libads/sasl.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "../libcli/auth/spnego.h" #ifdef HAVE_LDAP |