From eb769f223470192943a08944426753b5adca3bcb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 9 Nov 2010 15:06:48 +0100 Subject: 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 --- libcli/named_pipe_auth/npa_tstream.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcli/named_pipe_auth') diff --git a/libcli/named_pipe_auth/npa_tstream.c b/libcli/named_pipe_auth/npa_tstream.c index b0ef11fdfb..1f29a90e29 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; -- cgit