1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

s3-secrets: only include secrets.h when needed.

Guenther
This commit is contained in:
Günther Deschner
2010-08-05 02:25:37 +02:00
parent 1946ab5a1b
commit c136b84f0d
56 changed files with 108 additions and 59 deletions

View File

@ -24,6 +24,7 @@
#include "../librpc/gen_ndr/cli_lsa.h"
#include "rpc_client/cli_lsarpc.h"
#include "../librpc/gen_ndr/cli_dssetup.h"
#include "secrets.h"
NTSTATUS net_rpc_lookup_name(struct net_context *c,
TALLOC_CTX *mem_ctx, struct cli_state *cli,