summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-17 08:52:22 +0200
committerGünther Deschner <gd@samba.org>2009-09-17 08:53:29 +0200
commitc7083386827d761d7276c2440812b00d026bf3e1 (patch)
treec8d8ccc5f156b84a00b18ec33d0a378b2e523a1c
parent35f4b88c7c6a16664efef95d441389e3d2bc8c4c (diff)
downloadsamba-c7083386827d761d7276c2440812b00d026bf3e1.tar.gz
samba-c7083386827d761d7276c2440812b00d026bf3e1.tar.bz2
samba-c7083386827d761d7276c2440812b00d026bf3e1.zip
cifs-upcall: fix the build after spnego merge.
Guenther
-rw-r--r--client/cifs.upcall.c1
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>