raw.h is only needed in the S4 build
authorVolker Lendecke <vl@samba.org>
Tue, 9 Nov 2010 14:06:48 +0000 (15:06 +0100)
committerVolker Lendecke <vlendec@samba.org>
Tue, 9 Nov 2010 14:49:14 +0000 (14:49 +0000)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Nov  9 14:49:14 UTC 2010 on sn-devel-104

libcli/named_pipe_auth/npa_tstream.c

index b0ef11fdfb8f11c4bd093fc399aed71127cbd5da..1f29a90e29ce27d3f78611daefe5df7af9918854 100644 (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;