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/winbindd | |
parent | c00407bd3589e9a459014ddb0efd986b15d2eecc (diff) | |
download | samba-f9f8007361583c1d38be7e15eeae6b58a09614b3.tar.gz samba-f9f8007361583c1d38be7e15eeae6b58a09614b3.tar.bz2 samba-f9f8007361583c1d38be7e15eeae6b58a09614b3.zip |
s3-build: only use ndr_security.h where needed.
Guenther
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/wb_group_members.c | 1 | ||||
-rw-r--r-- | source3/winbindd/winbindd_ndr.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/wb_group_members.c b/source3/winbindd/wb_group_members.c index 0a42e79659..2649926d73 100644 --- a/source3/winbindd/wb_group_members.c +++ b/source3/winbindd/wb_group_members.c @@ -20,6 +20,7 @@ #include "includes.h" #include "winbindd.h" #include "librpc/gen_ndr/cli_wbint.h" +#include "../librpc/gen_ndr/ndr_security.h" /* * We have 3 sets of routines here: diff --git a/source3/winbindd/winbindd_ndr.c b/source3/winbindd/winbindd_ndr.c index 9ab44f0cad..396aa06985 100644 --- a/source3/winbindd/winbindd_ndr.c +++ b/source3/winbindd/winbindd_ndr.c @@ -20,6 +20,7 @@ #include "includes.h" #include "winbindd.h" #include "../librpc/gen_ndr/ndr_netlogon.h" +#include "../librpc/gen_ndr/ndr_security.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND |