From 557f830c4fc7e6b0fd0d652b80b724281faacb0c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:44:28 +0100 Subject: source4/auth/ntlm: Fix prototypes for all functions. --- source4/auth/ntlm/auth_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/ntlm/auth_util.c') diff --git a/source4/auth/ntlm/auth_util.c b/source4/auth/ntlm/auth_util.c index d6b53dd4c5..17bfa32167 100644 --- a/source4/auth/ntlm/auth_util.c +++ b/source4/auth/ntlm/auth_util.c @@ -25,6 +25,7 @@ #include "auth/auth.h" #include "libcli/auth/libcli_auth.h" #include "param/param.h" +#include "auth/ntlm/auth_proto.h" /* this default function can be used by mostly all backends * which don't want to set a challenge -- cgit