diff options
author | Günther Deschner <gd@samba.org> | 2011-03-02 16:11:00 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:06 +0200 |
commit | 96487959e90b1aeec071d94e7f2c744af17fb5d0 (patch) | |
tree | e819cf118d777e88dd8497d533df75ba673955e0 /source3/utils | |
parent | 64421129b672d0ce55c5aa235e5038dd2ea1b32b (diff) | |
download | samba-96487959e90b1aeec071d94e7f2c744af17fb5d0.tar.gz samba-96487959e90b1aeec071d94e7f2c744af17fb5d0.tar.bz2 samba-96487959e90b1aeec071d94e7f2c744af17fb5d0.zip |
lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/username.c
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/smbpasswd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/smbpasswd.c b/source3/utils/smbpasswd.c index b4e8b19f1f..18d222373a 100644 --- a/source3/utils/smbpasswd.c +++ b/source3/utils/smbpasswd.c @@ -19,6 +19,7 @@ #include "includes.h" #include "secrets.h" #include "../librpc/gen_ndr/samr.h" +#include "../lib/util/util_pw.h" /* * Next two lines needed for SunOS and don't |