1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

Ensure the right tsocket.h is included.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Mar 10 03:47:04 CET 2012 on sn-devel-104
This commit is contained in:
Jeremy Allison 2012-03-09 17:08:36 -08:00
parent 97e1652125
commit 981e9776f8

View File

@ -22,7 +22,7 @@
#include "smbd/smbd.h" #include "smbd/smbd.h"
#include "smbd/globals.h" #include "smbd/globals.h"
#include "../libcli/smb/smb_common.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 * this is the entry point if SMB2 is selected via