From d37a55548b67e4e5693d337faeca2ec2da5f273f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Feb 2011 10:28:43 +1100 Subject: build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so library Pair-Programmed-With: Andrew Bartlett --- source4/auth/ntlmssp/ntlmssp_client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/ntlmssp/ntlmssp_client.c') diff --git a/source4/auth/ntlmssp/ntlmssp_client.c b/source4/auth/ntlmssp/ntlmssp_client.c index 1bbd4cc568..13827e9c96 100644 --- a/source4/auth/ntlmssp/ntlmssp_client.c +++ b/source4/auth/ntlmssp/ntlmssp_client.c @@ -28,6 +28,7 @@ #include "auth/credentials/credentials.h" #include "auth/gensec/gensec.h" #include "param/param.h" +#include "libcli/auth/ntlmssp_private.h" /********************************************************************* Client side NTLMSSP -- cgit