summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_np_tstream.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-05-15 12:41:55 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-15 18:25:59 +0200
commitb488567a18653e4f95ed68964ee5846aac8c3ca6 (patch)
treea7f46e3e5240aa014eef9c21b487d33f7aaca006 /source3/libsmb/cli_np_tstream.c
parent8ae354ed4e3443dce7678a4c0ad3bd034bf5305b (diff)
downloadsamba-b488567a18653e4f95ed68964ee5846aac8c3ca6.tar.gz
samba-b488567a18653e4f95ed68964ee5846aac8c3ca6.tar.bz2
samba-b488567a18653e4f95ed68964ee5846aac8c3ca6.zip
s3:cli_np_tstream: include smbXcli_base.h, because we'll use functions from there
metze
Diffstat (limited to 'source3/libsmb/cli_np_tstream.c')
-rw-r--r--source3/libsmb/cli_np_tstream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/cli_np_tstream.c b/source3/libsmb/cli_np_tstream.c
index 53e0c41d8c..4a2b1976d2 100644
--- a/source3/libsmb/cli_np_tstream.c
+++ b/source3/libsmb/cli_np_tstream.c
@@ -21,6 +21,7 @@
#include "system/network.h"
#include "libsmb/libsmb.h"
#include "libsmb/smb2cli.h"
+#include "../libcli/smb/smbXcli_base.h"
#include "../lib/util/tevent_ntstatus.h"
#include "../lib/tsocket/tsocket.h"
#include "../lib/tsocket/tsocket_internal.h"