diff options
author | Günther Deschner <gd@samba.org> | 2009-09-17 08:52:22 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-17 08:53:29 +0200 |
commit | c7083386827d761d7276c2440812b00d026bf3e1 (patch) | |
tree | c8d8ccc5f156b84a00b18ec33d0a378b2e523a1c /client | |
parent | 35f4b88c7c6a16664efef95d441389e3d2bc8c4c (diff) | |
download | samba-c7083386827d761d7276c2440812b00d026bf3e1.tar.gz samba-c7083386827d761d7276c2440812b00d026bf3e1.tar.bz2 samba-c7083386827d761d7276c2440812b00d026bf3e1.zip |
cifs-upcall: fix the build after spnego merge.
Guenther
Diffstat (limited to 'client')
-rw-r--r-- | client/cifs.upcall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/cifs.upcall.c b/client/cifs.upcall.c index 71e60c6d24..bf6a861544 100644 --- a/client/cifs.upcall.c +++ b/client/cifs.upcall.c @@ -26,6 +26,7 @@ create dns_resolver * * /usr/local/sbin/cifs.upcall %k */ #include "includes.h" +#include "../libcli/auth/spnego.h" #include <keyutils.h> #include <getopt.h> |