diff options
| author | Günther Deschner <gd@samba.org> | 2011-03-22 16:50:02 +0100 |
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:08 +0200 |
| commit | 235f1485901774bfbeb0f052bc4e1397f4ef0b88 (patch) | |
| tree | c3998c355aabce56cb61ec8ce91ca017f6c44279 /source3/utils/net_rpc.c | |
| parent | a22a53ea44c18378481d3a432fb0e667117da5bd (diff) | |
| download | samba-235f1485901774bfbeb0f052bc4e1397f4ef0b88.tar.gz samba-235f1485901774bfbeb0f052bc4e1397f4ef0b88.tar.xz samba-235f1485901774bfbeb0f052bc4e1397f4ef0b88.zip | |
s3-passdb: use passdb headers where needed.
Guenther
Diffstat (limited to 'source3/utils/net_rpc.c')
| -rw-r--r-- | source3/utils/net_rpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index e0da66671a..4c523455b6 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -41,6 +41,7 @@ #include "../libcli/security/security.h" #include "libsmb/clirap.h" #include "nsswitch/libwbclient/wbclient.h" +#include "passdb.h" static int net_mode_share; static NTSTATUS sync_files(struct copy_clistate *cp_clistate, const char *mask); |
