diff options
| author | Günther Deschner <gd@samba.org> | 2010-05-28 02:19:32 +0200 |
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2010-05-31 11:32:37 +0200 |
| commit | f9f8007361583c1d38be7e15eeae6b58a09614b3 (patch) | |
| tree | ff17caa67a9ae4c780011cf966c0f460516b5a71 /source3/lib | |
| parent | c00407bd3589e9a459014ddb0efd986b15d2eecc (diff) | |
| download | samba-f9f8007361583c1d38be7e15eeae6b58a09614b3.tar.gz samba-f9f8007361583c1d38be7e15eeae6b58a09614b3.tar.xz samba-f9f8007361583c1d38be7e15eeae6b58a09614b3.zip | |
s3-build: only use ndr_security.h where needed.
Guenther
Diffstat (limited to 'source3/lib')
| -rw-r--r-- | source3/lib/secdesc.c | 1 | ||||
| -rw-r--r-- | source3/lib/sharesec.c | 1 | ||||
| -rw-r--r-- | source3/lib/util_sid.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/secdesc.c b/source3/lib/secdesc.c index a1599a845e2..fc40b9ebf8c 100644 --- a/source3/lib/secdesc.c +++ b/source3/lib/secdesc.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "../librpc/gen_ndr/ndr_security.h" /* Map generic permissions to file object specific permissions */ diff --git a/source3/lib/sharesec.c b/source3/lib/sharesec.c index 67a035749be..f84c8c5f815 100644 --- a/source3/lib/sharesec.c +++ b/source3/lib/sharesec.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "../librpc/gen_ndr/ndr_security.h" /******************************************************************* Create the share security tdb. diff --git a/source3/lib/util_sid.c b/source3/lib/util_sid.c index 2a77be77dd5..bbb1b53974f 100644 --- a/source3/lib/util_sid.c +++ b/source3/lib/util_sid.c @@ -23,6 +23,7 @@ */ #include "includes.h" +#include "../librpc/gen_ndr/ndr_security.h" /* * Some useful sids, more well known sids can be found at |
