From 981e9776f84dcf03f0297f47f63ee548ca089c0f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 9 Mar 2012 17:08:36 -0800 Subject: Ensure the right tsocket.h is included. Autobuild-User: Jeremy Allison Autobuild-Date: Sat Mar 10 03:47:04 CET 2012 on sn-devel-104 --- source3/smbd/smb2_negprot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/smb2_negprot.c b/source3/smbd/smb2_negprot.c index cb8e98354a..03514759fe 100644 --- a/source3/smbd/smb2_negprot.c +++ b/source3/smbd/smb2_negprot.c @@ -22,7 +22,7 @@ #include "smbd/smbd.h" #include "smbd/globals.h" #include "../libcli/smb/smb_common.h" -#include "tsocket.h" +#include "../lib/tsocket/tsocket.h" /* * this is the entry point if SMB2 is selected via -- cgit