diff options
author | Günther Deschner <gd@samba.org> | 2011-02-28 20:18:33 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-28 20:18:33 +0100 |
commit | 26321c6010dbd461e85111daf358e6c23a0b47b2 (patch) | |
tree | 6c1ea3d11613464035b295cfef0fb07f702438cd /source3/torture | |
parent | eece80e62c3f2132f8f88235d75c5a4328cf4e10 (diff) | |
download | samba-26321c6010dbd461e85111daf358e6c23a0b47b2.tar.gz samba-26321c6010dbd461e85111daf358e6c23a0b47b2.tar.bz2 samba-26321c6010dbd461e85111daf358e6c23a0b47b2.zip |
s3-torture: fix the build of rpc_open_tcp.
Guenther
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/rpc_open_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/rpc_open_tcp.c b/source3/torture/rpc_open_tcp.c index 14077957c4..074b186bad 100644 --- a/source3/torture/rpc_open_tcp.c +++ b/source3/torture/rpc_open_tcp.c @@ -19,7 +19,7 @@ */ #include "includes.h" - +#include "rpc_client/cli_pipe.h" #include "librpc/gen_ndr/ndr_dfs.h" #include "librpc/gen_ndr/ndr_drsuapi.h" #include "librpc/gen_ndr/ndr_dssetup.h" |