From 26321c6010dbd461e85111daf358e6c23a0b47b2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 28 Feb 2011 20:18:33 +0100 Subject: s3-torture: fix the build of rpc_open_tcp. Guenther --- source3/torture/rpc_open_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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" -- cgit