diff options
author | Günther Deschner <gd@samba.org> | 2010-08-02 22:52:00 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-06 15:43:37 +0200 |
commit | ae36783c7bed73461c012d78ec3e1f3a6bc3d221 (patch) | |
tree | 7210b99741677aedb38eb52e1f4ed3f6ded40f4b /source3/utils | |
parent | 677dcfa6782f03fa11c322b6c8e1abdc0a354604 (diff) | |
download | samba-ae36783c7bed73461c012d78ec3e1f3a6bc3d221.tar.gz samba-ae36783c7bed73461c012d78ec3e1f3a6bc3d221.tar.bz2 samba-ae36783c7bed73461c012d78ec3e1f3a6bc3d221.zip |
s3-passdb: include samr.h where needed.
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_sam.c | 1 | ||||
-rw-r--r-- | source3/utils/pdbedit.c | 1 | ||||
-rw-r--r-- | source3/utils/smbpasswd.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/utils/net_sam.c b/source3/utils/net_sam.c index 311cdd591b..e02837fbc6 100644 --- a/source3/utils/net_sam.c +++ b/source3/utils/net_sam.c @@ -20,6 +20,7 @@ #include "includes.h" #include "utils/net.h" +#include "../librpc/gen_ndr/samr.h" /* * Set a user's data diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c index b3c6d14a96..9dff45b8f3 100644 --- a/source3/utils/pdbedit.c +++ b/source3/utils/pdbedit.c @@ -22,6 +22,7 @@ #include "includes.h" #include "popt_common.h" +#include "../librpc/gen_ndr/samr.h" #define BIT_BACKEND 0x00000004 #define BIT_VERBOSE 0x00000008 diff --git a/source3/utils/smbpasswd.c b/source3/utils/smbpasswd.c index 08ccab2126..1b68136c68 100644 --- a/source3/utils/smbpasswd.c +++ b/source3/utils/smbpasswd.c @@ -18,6 +18,7 @@ #include "includes.h" #include "secrets.h" +#include "../librpc/gen_ndr/samr.h" extern bool AllowDebugChange; |