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 /libgpo | |
parent | c00407bd3589e9a459014ddb0efd986b15d2eecc (diff) | |
download | samba-f9f8007361583c1d38be7e15eeae6b58a09614b3.tar.gz |
s3-build: only use ndr_security.h where needed.
Guenther
Diffstat (limited to 'libgpo')
-rw-r--r-- | libgpo/gpo_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgpo/gpo_util.c b/libgpo/gpo_util.c index ef16329504e..0afed55fb5c 100644 --- a/libgpo/gpo_util.c +++ b/libgpo/gpo_util.c @@ -19,6 +19,7 @@ #define TALLOC_DEPRECATED 1 #include "includes.h" #include "librpc/gen_ndr/ndr_misc.h" +#include "../librpc/gen_ndr/ndr_security.h" #include "../libgpo/gpo.h" #if _SAMBA_BUILD_ == 4 #include "system/filesys.h" |