summaryrefslogtreecommitdiff
path: root/libcli/named_pipe_auth
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-11-09 15:06:48 +0100
committerVolker Lendecke <vlendec@samba.org>2010-11-09 14:49:14 +0000
commiteb769f223470192943a08944426753b5adca3bcb (patch)
tree5ba34d8e06eb05bc4b0939cf444f4b730e3f3eed /libcli/named_pipe_auth
parent3c8283da41de1c47e951e61e33feaa2dc2d86f74 (diff)
downloadsamba-eb769f223470192943a08944426753b5adca3bcb.tar.gz
samba-eb769f223470192943a08944426753b5adca3bcb.tar.bz2
samba-eb769f223470192943a08944426753b5adca3bcb.zip
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
Diffstat (limited to 'libcli/named_pipe_auth')
-rw-r--r--libcli/named_pipe_auth/npa_tstream.c2
1 files changed, 2 insertions, 0 deletions
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;