diff options
author | Andreas Schneider <asn@samba.org> | 2011-02-28 10:19:44 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-02-28 18:15:04 +0100 |
commit | bf18403c819f241578bde334d296f3e7d7c57389 (patch) | |
tree | 9d6ba4e4bf25024e24e0fa8609a7e12f98b578a2 /source3/utils/net_util.c | |
parent | e55937cfea387e58f646f3973971d5c7c14b0563 (diff) | |
download | samba-bf18403c819f241578bde334d296f3e7d7c57389.tar.gz samba-bf18403c819f241578bde334d296f3e7d7c57389.tar.xz samba-bf18403c819f241578bde334d296f3e7d7c57389.zip |
s3-rpc_client: Move client pipe functions to own header.
Diffstat (limited to 'source3/utils/net_util.c')
-rw-r--r-- | source3/utils/net_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_util.c b/source3/utils/net_util.c index 67919b37ec..ffcda14e7f 100644 --- a/source3/utils/net_util.c +++ b/source3/utils/net_util.c @@ -21,6 +21,7 @@ #include "includes.h" #include "utils/net.h" +#include "rpc_client/cli_pipe.h" #include "../librpc/gen_ndr/ndr_lsa_c.h" #include "rpc_client/cli_lsarpc.h" #include "../librpc/gen_ndr/ndr_dssetup_c.h" |