From: Volker Lendecke Date: Tue, 9 Nov 2010 14:06:48 +0000 (+0100) Subject: raw.h is only needed in the S4 build X-Git-Tag: samba-4.0.0alpha14~1204 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=eb769f223470192943a08944426753b5adca3bcb raw.h is only needed in the S4 build Autobuild-User: Volker Lendecke Autobuild-Date: Tue Nov 9 14:49:14 UTC 2010 on sn-devel-104 --- diff --git a/libcli/named_pipe_auth/npa_tstream.c b/libcli/named_pipe_auth/npa_tstream.c index b0ef11fdfb8..1f29a90e29c 100644 --- a/libcli/named_pipe_auth/npa_tstream.c +++ b/libcli/named_pipe_auth/npa_tstream.c @@ -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;