diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 19:40:31 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-31 11:32:37 +0200 |
commit | fbb7814f91f85e95769a5e23506825167b44139f (patch) | |
tree | d790104b205df4fdb843008c812f0b116dc72350 /source3/winbindd | |
parent | f9f8007361583c1d38be7e15eeae6b58a09614b3 (diff) | |
download | samba-fbb7814f91f85e95769a5e23506825167b44139f.tar.gz samba-fbb7814f91f85e95769a5e23506825167b44139f.tar.xz samba-fbb7814f91f85e95769a5e23506825167b44139f.zip |
s3: only use netlogon/nbt header when needed.
Guenther
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap_adex/gc_util.c | 1 | ||||
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_adex/gc_util.c b/source3/winbindd/idmap_adex/gc_util.c index 634fd980e82..9b4ce77b000 100644 --- a/source3/winbindd/idmap_adex/gc_util.c +++ b/source3/winbindd/idmap_adex/gc_util.c @@ -20,6 +20,7 @@ #include "includes.h" #include "idmap_adex.h" +#include "libads/cldap.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_IDMAP diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index 64dd69069c4..19b73bceb7a 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -69,6 +69,7 @@ #include "../librpc/gen_ndr/cli_dssetup.h" #include "libads/sitename_cache.h" #include "librpc/gen_ndr/messaging.h" +#include "libsmb/clidgram.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND |