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/utils | |
parent | f9f8007361583c1d38be7e15eeae6b58a09614b3 (diff) | |
download | samba-fbb7814f91f85e95769a5e23506825167b44139f.tar.gz samba-fbb7814f91f85e95769a5e23506825167b44139f.tar.bz2 samba-fbb7814f91f85e95769a5e23506825167b44139f.zip |
s3: only use netlogon/nbt header when needed.
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_ads.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 9665a3aa86..4aea9a7ab4 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -25,6 +25,7 @@ #include "librpc/gen_ndr/ndr_krb5pac.h" #include "../librpc/gen_ndr/cli_spoolss.h" #include "nsswitch/libwbclient/wbclient.h" +#include "libads/cldap.h" #ifdef HAVE_ADS |