diff options
author | Günther Deschner <gd@samba.org> | 2011-03-25 11:56:52 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:10 +0200 |
commit | c2d6260f1042313ecb7540dd6ced1470db3001e9 (patch) | |
tree | f7bf8bd96d65a76864b71b1122474be23ec3ed66 /source3/auth | |
parent | 643b08dd25f9b1891b55d6653d0b04403d9b8ea0 (diff) | |
download | samba-c2d6260f1042313ecb7540dd6ced1470db3001e9.tar.gz samba-c2d6260f1042313ecb7540dd6ced1470db3001e9.tar.bz2 samba-c2d6260f1042313ecb7540dd6ced1470db3001e9.zip |
s3: only include lib/privileges.h where needed.
This finally removes the global lsa.h inclusion.
Guenther
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/token_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c index af166760d0..da4745d833 100644 --- a/source3/auth/token_util.c +++ b/source3/auth/token_util.c @@ -33,6 +33,7 @@ #include "../lib/util/util_pw.h" #include "lib/winbind_util.h" #include "passdb.h" +#include "lib/privileges.h" /**************************************************************************** Check for a SID in an struct security_token |