diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-24 11:23:53 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-24 11:57:48 +1100 |
commit | 94c04b10db5032d83c21ea6eb8665bf930e81a9f (patch) | |
tree | 0ed6684221fb43ea2897ba2826bbecc9a024ac62 /source4/dsdb/common | |
parent | 8dbe665a0c0870aeb298b8f0d5a8a1a05e21a719 (diff) | |
download | samba-94c04b10db5032d83c21ea6eb8665bf930e81a9f.tar.gz samba-94c04b10db5032d83c21ea6eb8665bf930e81a9f.tar.bz2 samba-94c04b10db5032d83c21ea6eb8665bf930e81a9f.zip |
build: moved libds/common/flag_mapping.c into a common subsystem
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/common')
-rw-r--r-- | source4/dsdb/common/util.c | 1 | ||||
-rw-r--r-- | source4/dsdb/common/util_samr.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/dsdb/common/util.c b/source4/dsdb/common/util.c index 148a77d153..e711a324f8 100644 --- a/source4/dsdb/common/util.c +++ b/source4/dsdb/common/util.c @@ -43,6 +43,7 @@ #include "dsdb/common/util.h" #include "lib/socket/socket.h" #include "librpc/gen_ndr/irpc.h" +#include "libds/common/flag_mapping.h" /* search the sam for the specified attributes in a specific domain, filter on diff --git a/source4/dsdb/common/util_samr.c b/source4/dsdb/common/util_samr.c index 621c9be35e..02b412e433 100644 --- a/source4/dsdb/common/util_samr.c +++ b/source4/dsdb/common/util_samr.c @@ -28,6 +28,8 @@ #include "../libds/common/flags.h" #include "libcli/security/security.h" +#include "libds/common/flag_mapping.h" + /* Add a user, SAMR style, including the correct transaction * semantics. Used by the SAMR server and by pdb_samba4 */ NTSTATUS dsdb_add_user(struct ldb_context *ldb, |