diff options
-rw-r--r-- | libcli/named_pipe_auth/npa_tstream.c | 2 |
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; |