diff options
author | Günther Deschner <gd@samba.org> | 2010-06-03 00:09:26 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-03 01:07:17 +0200 |
commit | bcd4077be64e49b11a819cdcf27939a0fcc0d9bd (patch) | |
tree | 3b3376a3b77ad633ebcf4dbcb9fde1063a9e51b1 /source3/lib | |
parent | fbfc60fac1d2246b9c29f3731f9e255d4f68dd0c (diff) | |
download | samba-bcd4077be64e49b11a819cdcf27939a0fcc0d9bd.tar.gz samba-bcd4077be64e49b11a819cdcf27939a0fcc0d9bd.tar.bz2 samba-bcd4077be64e49b11a819cdcf27939a0fcc0d9bd.zip |
s3: remove unused librpc/ndr/sid.c.
Guenther
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_sid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/util_sid.c b/source3/lib/util_sid.c index bbb1b53974..e59b276977 100644 --- a/source3/lib/util_sid.c +++ b/source3/lib/util_sid.c @@ -24,6 +24,7 @@ #include "includes.h" #include "../librpc/gen_ndr/ndr_security.h" +#include "../libcli/security/dom_sid.h" /* * Some useful sids, more well known sids can be found at |