diff options
author | Günther Deschner <gd@samba.org> | 2011-04-28 17:38:09 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-29 14:00:30 +0200 |
commit | 50883cfeb4eed3d538f71443060745f8747044c9 (patch) | |
tree | e2415ab25b9500ed0a822ee80e57fb699a63f41b /source3/rpc_client | |
parent | 12476223c6aa7473c55bcf529639eefce8450680 (diff) | |
download | samba-50883cfeb4eed3d538f71443060745f8747044c9.tar.gz samba-50883cfeb4eed3d538f71443060745f8747044c9.tar.bz2 samba-50883cfeb4eed3d538f71443060745f8747044c9.zip |
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Apr 29 14:00:30 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 1 | ||||
-rw-r--r-- | source3/rpc_client/rpc_transport_np.c | 1 | ||||
-rw-r--r-- | source3/rpc_client/rpc_transport_tstream.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 55cc5f8b34..758f778656 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "../lib/util/tevent_ntstatus.h" #include "librpc/gen_ndr/ndr_epmapper_c.h" #include "../librpc/gen_ndr/ndr_schannel.h" #include "../librpc/gen_ndr/ndr_dssetup.h" diff --git a/source3/rpc_client/rpc_transport_np.c b/source3/rpc_client/rpc_transport_np.c index 2be0162144..c66d4b8022 100644 --- a/source3/rpc_client/rpc_transport_np.c +++ b/source3/rpc_client/rpc_transport_np.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "../lib/util/tevent_ntstatus.h" #include "rpc_client/rpc_transport.h" #include "libsmb/cli_np_tstream.h" diff --git a/source3/rpc_client/rpc_transport_tstream.c b/source3/rpc_client/rpc_transport_tstream.c index 248b09f049..e62ab4b2bb 100644 --- a/source3/rpc_client/rpc_transport_tstream.c +++ b/source3/rpc_client/rpc_transport_tstream.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "../lib/util/tevent_ntstatus.h" #include "rpc_client/rpc_transport.h" #include "lib/tsocket/tsocket.h" #include "libsmb/cli_np_tstream.h" |