1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

raw.h is only needed in the S4 build

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Nov  9 14:49:14 UTC 2010 on sn-devel-104
This commit is contained in:
Volker Lendecke 2010-11-09 15:06:48 +01:00 committed by Volker Lendecke
parent 3c8283da41
commit eb769f2234

View File

@ -24,7 +24,9 @@
#include "../lib/tsocket/tsocket_internal.h"
#include "../librpc/gen_ndr/ndr_named_pipe_auth.h"
#include "../libcli/named_pipe_auth/npa_tstream.h"
#if _SAMBA_BUILD_ == 4
#include "libcli/raw/smb.h"
#endif
static const struct tstream_context_ops tstream_npa_ops;