summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_security.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-11-07 21:31:04 +0100
committerStefan Metzmacher <metze@samba.org>2008-11-08 08:02:26 +0100
commit0d2551772301e9c25e63bb02479e09fc45fdaa26 (patch)
tree5ad26583f44ee83ee3a6b29a98ae7608bb912c1c /source3/librpc/gen_ndr/ndr_security.c
parent9579036dc5ce74820d12dc3a1ec2f1cd4a93e246 (diff)
downloadsamba-0d2551772301e9c25e63bb02479e09fc45fdaa26.tar.gz
samba-0d2551772301e9c25e63bb02479e09fc45fdaa26.tar.bz2
samba-0d2551772301e9c25e63bb02479e09fc45fdaa26.zip
s3: security.idl: split of dom_sid stuff into dom_sid.idl
And use the toplevel ndr_sec_helper.c metze
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_security.c')
-rw-r--r--source3/librpc/gen_ndr/ndr_security.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/ndr_security.c b/source3/librpc/gen_ndr/ndr_security.c
index de899241ab..b93a051d7a 100644
--- a/source3/librpc/gen_ndr/ndr_security.c
+++ b/source3/librpc/gen_ndr/ndr_security.c
@@ -4,6 +4,7 @@
#include "librpc/gen_ndr/ndr_security.h"
#include "librpc/gen_ndr/ndr_misc.h"
+#include "librpc/gen_ndr/ndr_dom_sid.h"
static enum ndr_err_code ndr_push_security_ace_flags(struct ndr_push *ndr, int ndr_flags, uint8_t r)
{
NDR_CHECK(ndr_push_uint8(ndr, NDR_SCALARS, r));