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 /librpc/ndr/ndr_sec_helper.c | |
parent | fbfc60fac1d2246b9c29f3731f9e255d4f68dd0c (diff) | |
download | samba-bcd4077be64e49b11a819cdcf27939a0fcc0d9bd.tar.gz |
s3: remove unused librpc/ndr/sid.c.
Guenther
Diffstat (limited to 'librpc/ndr/ndr_sec_helper.c')
-rw-r--r-- | librpc/ndr/ndr_sec_helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/ndr/ndr_sec_helper.c b/librpc/ndr/ndr_sec_helper.c index af6ca0936f0..7207c0b6bae 100644 --- a/librpc/ndr/ndr_sec_helper.c +++ b/librpc/ndr/ndr_sec_helper.c @@ -23,6 +23,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_security.h" +#include "../libcli/security/dom_sid.h" #if _SAMBA_BUILD_ == 4 #include "libcli/security/security.h" #endif |