diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-09-20 17:42:13 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-10-12 03:35:36 +0000 |
commit | 5742f5115cc5102a668f8debc86deec23a4081f1 (patch) | |
tree | bd8126298ae55b5ce1fe40025c0a048e551013bf /source4/dsdb/common | |
parent | 911169451b0f801c3fbe4c698d74e9801d973ee0 (diff) | |
download | samba-5742f5115cc5102a668f8debc86deec23a4081f1.tar.gz samba-5742f5115cc5102a668f8debc86deec23a4081f1.tar.bz2 samba-5742f5115cc5102a668f8debc86deec23a4081f1.zip |
libcli/security Use common security.h
This includes dom_sid.h and security_token.h and will be moved
to the top level shortly.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Tue Oct 12 03:35:36 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/dsdb/common')
-rw-r--r-- | source4/dsdb/common/util_samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/common/util_samr.c b/source4/dsdb/common/util_samr.c index 85bfbfd75e..c50b33c58a 100644 --- a/source4/dsdb/common/util_samr.c +++ b/source4/dsdb/common/util_samr.c @@ -26,7 +26,7 @@ #include "dsdb/samdb/samdb.h" #include "dsdb/common/util.h" #include "../libds/common/flags.h" -#include "libcli/security/dom_sid.h" +#include "libcli/security/security.h" /* Add a user, SAMR style, including the correct transaction * semantics. Used by the SAMR server and by pdb_samba4 */ |